class documentation

class ApplicationErrorCategory(IntEnum): (source)

View In Hierarchy

Severity category for your application error. Maps to corresponding client-side logging/metrics behaviors

Constant BENIGN BENIGN category errors emit DEBUG level logs and do not record metrics
Constant UNSPECIFIED Undocumented

BENIGN category errors emit DEBUG level logs and do not record metrics

Value
int(temporalio.api.enums.v1.ApplicationErrorCategory.APPLICATION_ERROR_CATEGORY_BENIGN
)
UNSPECIFIED = (source)

Undocumented

Value
int(temporalio.api.enums.v1.ApplicationErrorCategory.APPLICATION_ERROR_CATEGORY_UNSPECIFIED
)