Next: rethrow

Prev: error_arg

error_str

error_str()
This function, which you should only call inside an error handler for a catch statement (see Error-Handling Statements), returns the string argument specified in the throw() call which caused the error which triggered the error handler, or the interpreter's explanation of the error if the error was thrown by the interpreter. If you are not in an error handler, this function throws an ~error error.