Errors
psengine.playbook_alerts.errors
¶
PlaybookAlertBulkFetchError
¶
PlaybookAlertBulkFetchError(
message='An error occurred. Raise exceptions with a message argument to see additional information',
*args,
)
Bases: PlaybookAlertError
Error raised when playbook alert bulk fetch fails.
Source code in psengine/errors.py
PlaybookAlertError
¶
PlaybookAlertError(
message='An error occurred. Raise exceptions with a message argument to see additional information',
*args,
)
Bases: RecordedFutureError
Error raised when playbook alert fails.
Source code in psengine/errors.py
PlaybookAlertFetchError
¶
PlaybookAlertFetchError(
message='An error occurred. Raise exceptions with a message argument to see additional information',
*args,
)
Bases: PlaybookAlertError
Error raised when playbook alert fetch fails.
Source code in psengine/errors.py
PlaybookAlertRetrieveImageError
¶
PlaybookAlertRetrieveImageError(
message='An error occurred. Raise exceptions with a message argument to see additional information',
*args,
)
Bases: PlaybookAlertError
Error raised when playbook alert image fetch fails.
Source code in psengine/errors.py
PlaybookAlertSearchError
¶
PlaybookAlertSearchError(
message='An error occurred. Raise exceptions with a message argument to see additional information',
*args,
)
Bases: PlaybookAlertError
Error raised when playbook alert search query fails.
Source code in psengine/errors.py
PlaybookAlertUpdateError
¶
PlaybookAlertUpdateError(
message='An error occurred. Raise exceptions with a message argument to see additional information',
*args,
)
Bases: PlaybookAlertError
Error raised when playbook alert update fails.