Module errors

Module errors 

Source

Structs§

ActionError
An error happened during Action 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.
BlockError
CompilationError
EpochError
FunctionCallError
Serializable version of unc-vm-runner::FunctionCallError.
HostError
InvalidAccessKeyError
InvalidTxError
An error happened during TX execution
MethodResolveError
MissingTrieValueContext
Contexts in which StorageError::MissingTrieValue error might occur.
PrepareError
Error that can occur while preparing or executing Wasm smart-contract.
ReceiptValidationError
Describes the error for validating a receipt.
RuntimeError
Error returned from Runtime::apply
StorageError
Errors which may occur during working with trie storages, storing trie values (trie nodes and state values) by their hashes.
TxExecutionError
Error returned in the ExecutionOutcome in case of failure
WasmTrap
A kind of a trap happened during execution of a binary