Handbook
Glossary
python-error ( type message traceback -- * )
Python binding
Prev:
quot>py-callback ( quot: ( args kw -- ret ) -- alien )
Next:
py-initialize ( -- )
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
;