Expand description
Evaluation errors.
Structs§
- Backtrace
Element - Element of a backtrace, i.e., a function / method call.
- Code
InModule - Code fragment together with information about the module containing the fragment.
- Error
- Evaluation error together with one or more relevant code spans.
- Error
With Backtrace - Error with the associated backtrace.
Enums§
- Arithmetic
Error - Arithmetic errors raised by
Arithmetic
operations on primitive values. - AuxError
Info - Auxiliary information about an evaluation error.
- Error
Kind - Kinds of errors that can occur when compiling or interpreting expressions and statements.
- Repeated
Assignment Context - Context for
ErrorKind::RepeatedAssignment
. - Tuple
LenMismatch Context - Context for
ErrorKind::TupleLenMismatch
. - Unsupported
Type - Description of a construct not supported by a certain module (e.g., interpreter or type inference).
Type Aliases§
- Eval
Result - Result of an expression evaluation.