python-error ( type message traceback -- * ) (original) (raw)

Vocabulary
python

Error description
When Python throws an exception, it is translated to this Factor error. type is the class name of the python exception object, message its string and traceback a sequence of traceback lines, if the error has one, or f otherwise.

Definition

IN: python

ERROR: python-error type message traceback ;