Expand description
Get a string with the exception backtrace.
the exception backtrace string or None
.
Get the column number at which self
happened.
the column number of self
.
Get the line number at which self
happened.
the line number of self
.
Get the error message of self
.
the self
error message.
Get the error name of self
the self
error name.
Get the source URI of self
.
the the source URI of self
, or None
.
Return a report message of self
, containing all the possible details such us
source URI, line, column and backtrace, and formatted to be printed.
a new string with the exception report
Get the string representation of self
error.
the string representation of self
.