Expand description
Error types for the experimental bytecode VM.
Compile and runtime errors carry source positions and render like the
parser’s errors: message [line L, column C].
Structs§
- Compile
Error - A compile-time failure with source context.
- Validation
Error - A program rejected by the validator before execution.
- VmError
- A runtime failure with the failing instruction and its source position.
Enums§
- Compile
Error Kind - What went wrong while compiling a form.