Errors
psengine.identity.errors
¶
DetectionsFetchError
¶
DetectionsFetchError(
message='An error occurred. Raise exceptions with a message argument to see additional information',
*args,
)
Bases: IdentityError
Error raised when there is an issue searching for detections.
Source code in psengine/errors.py
IdentityError
¶
IdentityError(
message='An error occurred. Raise exceptions with a message argument to see additional information',
*args,
)
Bases: RecordedFutureError
Error raised when there is an error with the Identity API.
Source code in psengine/errors.py
IdentityLookupError
¶
IdentityLookupError(
message='An error occurred. Raise exceptions with a message argument to see additional information',
*args,
)
Bases: IdentityError
Error raised when there is an issue looking up identities.
Source code in psengine/errors.py
IdentitySearchError
¶
IdentitySearchError(
message='An error occurred. Raise exceptions with a message argument to see additional information',
*args,
)
Bases: IdentityError
Error raised when there is an issue searching identities.
Source code in psengine/errors.py
IncidentReportFetchError
¶
IncidentReportFetchError(
message='An error occurred. Raise exceptions with a message argument to see additional information',
*args,
)
Bases: IdentityError
Error raised when there is an issue fetching an incident report.