Module errors

Source

Structs§

AnyError
Type-erased error used to shuttle some concrete error coming from External through vm-logic.
DowncastFailedError

Enums§

CacheError
CompilationError
FunctionCallError
Permitted errors that cause a function call to fail gracefully.
HostError
InconsistentStateError
An error that is caused by an operation on an inconsistent state, such as integer overflow.
MethodResolveError
PrepareError
Error that can occur while preparing or executing Wasm smart-contract.
VMLogicError
VMRunnerError
For bugs in the runtime itself, crash and die is the usual response.
WasmTrap
A kind of a trap happened during execution of a binary