Expand description
§near-vm-errors
Error that can occur inside Near Runtime encapsulated in a separate crate. Might merge it later.
Modules§
Enums§
- Cache
Error - Compilation
Error - Function
Call Error - Function
Call Error Ser - Serializable version of
FunctionCallError
. Must never reorder/remove elements, can only add new variants at the end (but do that very carefully). This type must be never used directly, and must be converted toContractCallError
instead usinginto()
converter. It describes stable serialization format, and only used by serialization logic. - Host
Error - Inconsistent
State Error - An error that is caused by an operation on an inconsistent state. E.g. a deserialization error or an integer overflow.
- Method
Resolve Error - Prepare
Error - Error that can occur while preparing or executing Wasm smart-contract.
- VMError
- VMLogic
Error - Wasm
Trap - A kind of a trap happened during execution of a binary