Next: Communication Functions

Prev: Method Functions

Error Functions

The functions described in this section perform operations related to handling error conditions.

Menu:

error
Get the error code, in a handler
error_arg
Get the error argument, in a handler
error_str
Get the error explanation, in a handler
rethrow
Continue propagating an error
throw
Throw an error in the calling method
traceback
Get the traceback, in a handler