Source Code Survey

To Share and +4 nLEARNs Login with NEARThis page provides a very high level, sometimes "pseudocode", view of error types and related messages as implemented by the NEAR platform. Errors raised by the NEAR platform are implemented in the following locations in nearcore: nearcore/core/primitives/src/errors.rs nearcore/runtime/near-vm-errors/src/lib.rs RuntimeError and subtypes RuntimeError Definition /// Error returned from `Runtime::apply` …

Source Code Survey Read More »