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