Expand description
Runtime interpreter error implementation
Structs§
- Bug
- VM encountered unexpected state. This is a bug. The execution must terminate since the VM is in an invalid state.
Enums§
- BugVariant
- Traceable bug variants
- Interpreter
Error - Interpreter runtime error variants.
- Panic
OrBug - Runtime error description that should either be specified in the protocol or halt the execution.
- Predicate
Verification Failed - Predicates checking failed
- Runtime
Error - Runtime error description that should either be specified in the protocol or halt the execution.
Type Aliases§
- IoResult
- Result of a operation that accesses storage
- Simple
Result - Result of a operation that doesn’t access storage