Expand description
The error module contains all the data structures that represent an error.
Structs§
- Instruction
Error - Structure to represent the errors for instructions.
- Wasm
Value Native Cast Error - Structure to represent errors when casting from an
InterfaceTypeto a native value.
Enums§
- Instruction
Error Kind - The kind of instruction errors.
Type Aliases§
- Instruction
Result - A type alias for instruction’s results.
- Interpreter
Result - A type alias for the interpreter result.