Skip to main content

Crate maat_errors

Crate maat_errors 

Source

Structs§

CompileError
A compile-time error with an optional source span.
MissingTraitMethodError
Detail for a missing trait method error.
ModuleError
A module resolution error with file context and source span.
ParseError
TraitMethodSignatureMismatchError
Detail for a trait method signature mismatch error.
TypeError
A type-checking error with a source span.
VmError
A runtime VM error with an optional source span.

Enums§

CompileErrorKind
The underlying variant of a compile-time error.
DecodeError
Error
EvalError
ModuleErrorKind
The underlying variant of a module resolution error.
SerializationError
Errors arising during bytecode serialization or deserialization.
TypeErrorKind
The underlying variant of a type-checking error.

Type Aliases§

Result