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