Module near_primitives::errors[][src]

Structs

ActionError

An error happened during Acton execution

BalanceMismatchError

Happens when the input balance doesn’t match the output balance in Runtime apply.

IntegerOverflowError

Enums

ActionErrorKind
ActionsValidationError

Describes the error for validating a list of actions.

EpochError
ExternalError

Error used by RuntimeExt. This error has to be serializable, because it’s transferred through the VMLogicError, which isn’t aware of internal Runtime errors.

InvalidAccessKeyError
InvalidTxError

An error happened during TX execution

ReceiptValidationError

Describes the error for validating a receipt.

RuntimeError

Error returned from Runtime::apply

StorageError

Internal

TxExecutionError

Error returned in the ExecutionOutcome in case of failure