Copyright © 2024 Sebastiaan Heins
Can't convert the given value to an integer.
Can't convert the given value to a float.
You can't convert non object types to an object.
You can't convert non array types to an array.
Can't perform the given operation.
Can't perform the given binary operation.
Can't perform the given unary operation.
Math domain error.
For example, trying to get the square root of a negative number.
do sayln (1/0); // math domain error
The given variable is not a function.
The function is called with the wrong number of arguments.