Functionsยง
- arity_
mismatch - Function called with wrong number of arguments
- execution_
failed - Function execution failed with a specific reason
- generator_
not_ found - Generator function is not recognized or does not exist
- internal_
error - Internal function error - should not normally occur
- invalid_
argument_ type - Argument has invalid type for function
- missing_
input - Function requires input but none was provided
- too_
many_ arguments - Too many arguments provided to function
- undefined_
argument - Argument is undefined/null when a value is required
- unknown_
function - Function is not recognized or does not exist