Structs§
- Bitshift
Overflow - Attempted to bitshift an integer by too many bits.
- Conditional
NotBoolean - Conditional expression in an
iforwhilemust evaluate to a boolean. - Index
OutOf Bounds - The index is out of bounds for the given list.
- Index
OutOf Range - The index is too large to fit into a
usize. - Internal
Error - An internal error that can’t be resolved by the user.
- Invalid
Binary Operation - The given binary operation cannot be applied to the given operands.
- Invalid
Differentiation - Cannot differentiate a function using prime notation.
- Invalid
Index Target - Cannot index into a non-list type.
- Invalid
Index Type - Index must be an integer.
- Invalid
Length Type - Length of a list must be an integer.
- Invalid
Unary Operation - The given unary operation cannot be applied to the given operand.
- Length
OutOf Range - The list length is too large to fit into a
usize. - Missing
Argument - An argument to a function call is missing.
- NonNumeric
Derivative - Encountered a non-numeric type while using prime notation to derivate a function call.
- Stack
Overflow - The stack overflowed while evaluating a function call.
- TooMany
Arguments - Too many arguments were given to a function call.
- Type
Mismatch - An argument to a function call has the wrong type.