Module error

Module error 

Source

Structs§

BitshiftOverflow
Attempted to bitshift an integer by too many bits.
ConditionalNotBoolean
Conditional expression in an if or while must evaluate to a boolean.
IndexOutOfBounds
The index is out of bounds for the given list.
IndexOutOfRange
The index is too large to fit into a usize.
InternalError
An internal error that can’t be resolved by the user.
InvalidBinaryOperation
The given binary operation cannot be applied to the given operands.
InvalidDifferentiation
Cannot differentiate a function using prime notation.
InvalidIndexTarget
Cannot index into a non-list type.
InvalidIndexType
Index must be an integer.
InvalidLengthType
Length of a list must be an integer.
InvalidUnaryOperation
The given unary operation cannot be applied to the given operand.
LengthOutOfRange
The list length is too large to fit into a usize.
MissingArgument
An argument to a function call is missing.
NonNumericDerivative
Encountered a non-numeric type while using prime notation to derivate a function call.
StackOverflow
The stack overflowed while evaluating a function call.
TooManyArguments
Too many arguments were given to a function call.
TypeMismatch
An argument to a function call has the wrong type.