pg.ErrorInfo

Accessible via pg.ErrorInfo, pg.symbolic.ErrorInfo.

class ErrorInfo(tag, description, stacktrace)[source]

Bases: pg.Object, pg.utils.ErrorInfo, Extension

Symbolic error info.

Attributes:

description

The description of the error.

stacktrace

The stacktrace of the error.

tag

A path of the error types in the exception chain.

property description: str

The description of the error.

property stacktrace: str

The stacktrace of the error.

property tag: str

A path of the error types in the exception chain.