Errors
psengine.enrich.errors
¶
EnrichmentError
¶
EnrichmentError(
message='An error occurred. Raise exceptions with a message argument to see additional information',
*args,
)
Bases: RecordedFutureError
Error raised when there was an error enriching an entity via Lookup or SOAR.
Source code in psengine/errors.py
EnrichmentLookupError
¶
EnrichmentLookupError(
message='An error occurred. Raise exceptions with a message argument to see additional information',
*args,
)
Bases: EnrichmentError
Error raised when there was an error looking up for an entity name or entity id.
Source code in psengine/errors.py
EnrichmentSoarError
¶
EnrichmentSoarError(
message='An error occurred. Raise exceptions with a message argument to see additional information',
*args,
)
Bases: EnrichmentError
Error raised when there was an error performing a SOAR enrichment.