Skip to main content

Module error

Module error 

Source
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§

CompileError
A compile-time failure with source context.
ValidationError
A program rejected by the validator before execution.
VmError
A runtime failure with the failing instruction and its source position.

Enums§

CompileErrorKind
What went wrong while compiling a form.