pg.utils.ErrorInfo¶
Accessible via pg.utils.ErrorInfo.
- class ErrorInfo[source]¶
Bases:
objectInterface for error information.
Attributes:
The description of the error.
The stacktrace of the error.
A path of the error types in the exception chain.
Methods:
from_exception(error)Creates an error info from an exception.