Module error

Source
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
InterpreterError
Interpreter runtime error variants.
PanicOrBug
Runtime error description that should either be specified in the protocol or halt the execution.
PredicateVerificationFailed
Predicates checking failed
RuntimeError
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
SimpleResult
Result of a operation that doesn’t access storage