Errors
psengine.detection.errors
¶
DetectionRuleFetchError
¶
DetectionRuleFetchError(
message='An error occurred. Raise exceptions with a message argument to see additional information',
*args,
)
Bases: DetectionRulesError
Error raised when there was an error fetching of detection rule id.
Source code in psengine/errors.py
DetectionRuleSearchError
¶
DetectionRuleSearchError(
message='An error occurred. Raise exceptions with a message argument to see additional information',
*args,
)
Bases: DetectionRulesError
Error raised when there was an error searching for detection rules.
Source code in psengine/errors.py
DetectionRulesError
¶
DetectionRulesError(
message='An error occurred. Raise exceptions with a message argument to see additional information',
*args,
)
Bases: RecordedFutureError
Error raised when there was an error with the detection rules API.