Errors
psengine.entity_lists.errors
¶
ListApiError
¶
ListApiError(
message='An error occurred. Raise exceptions with a message argument to see additional information',
*args,
)
Bases: RecordedFutureError
Error raised when an exception occurs performing a list API operation.
Source code in psengine/errors.py
ListResolutionError
¶
ListResolutionError(
message='An error occurred. Raise exceptions with a message argument to see additional information',
*args,
)
Bases: RecordedFutureError
Error raised when list resolution fails.
Source code in psengine/errors.py
ListStateError
¶
ListStateError(
message='An error occurred. Raise exceptions with a message argument to see additional information',
*args,
)
Bases: RecordedFutureError
Error raised when list state is invalid.