Errors
psengine.classic_alerts.errors
¶
AlertFetchError
¶
AlertFetchError(
message='An error occurred. Raise exceptions with a message argument to see additional information',
*args,
)
Bases: RecordedFutureError
Raised when there were no alerts returned or an exception occurred during the request.
Source code in psengine/errors.py
AlertImageFetchError
¶
AlertImageFetchError(
message='An error occurred. Raise exceptions with a message argument to see additional information',
*args,
)
Bases: RecordedFutureError
Raised when there were no images returned or an exception occurred during the request.
Source code in psengine/errors.py
AlertMarkdownError
¶
AlertMarkdownError(
message='An error occurred. Raise exceptions with a message argument to see additional information',
*args,
)
Bases: RecordedFutureError
Error raised when there was an error during markdown conversion.
Source code in psengine/errors.py
AlertSearchError
¶
AlertSearchError(
message='An error occurred. Raise exceptions with a message argument to see additional information',
*args,
)
Bases: RecordedFutureError
Error raised when there was an error during the search request.
Source code in psengine/errors.py
AlertUpdateError
¶
AlertUpdateError(
message='An error occurred. Raise exceptions with a message argument to see additional information',
*args,
)
Bases: RecordedFutureError
Error raised when the update request encounters an exception.
Source code in psengine/errors.py
NoRulesFoundError
¶
NoRulesFoundError(
message='An error occurred. Raise exceptions with a message argument to see additional information',
*args,
)
Bases: RecordedFutureError
Raised when there were no rules returned or an exception occurred during the request.