[−][src]Module arithmetic_eval::error
Evaluation errors.
Structs
| BacktraceElement | Element of a backtrace, i.e., a function / method call. |
| CodeInModule | Code fragment together with information about the module containing the fragment. |
| Error | Evaluation error together with one or more relevant code spans. |
| ErrorWithBacktrace | Error with the associated backtrace. |
Enums
| ArithmeticError | Arithmetic errors raised by |
| AuxErrorInfo | Auxiliary information about an evaluation error. |
| ErrorKind | Kinds of errors that can occur when compiling or interpreting expressions and statements. |
| RepeatedAssignmentContext | Context for |
| TupleLenMismatchContext | Context for |
| UnsupportedType | Description of a construct not supported by the interpreter. |
Type Definitions
| EvalResult | Result of an expression evaluation. |