VocabularypythonError descriptionWhen 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