Errors
psengine.threat_maps.errors
¶
ThreatActorSearchError
¶
ThreatActorSearchError(
message='An error occurred. Raise exceptions with a message argument to see additional information',
*args,
)
Bases: ThreatMapsError
Error raised when there was an error searching threat actors.
Source code in psengine/errors.py
ThreatMapCategoriesError
¶
ThreatMapCategoriesError(
message='An error occurred. Raise exceptions with a message argument to see additional information',
*args,
)
Bases: ThreatMapsError
Error raised when there was an error searching threat categories.
Source code in psengine/errors.py
ThreatMapFetchError
¶
ThreatMapFetchError(
message='An error occurred. Raise exceptions with a message argument to see additional information',
*args,
)
Bases: ThreatMapsError
Error raised when there was an issue fetching a threat map.
Source code in psengine/errors.py
ThreatMapInfoError
¶
ThreatMapInfoError(
message='An error occurred. Raise exceptions with a message argument to see additional information',
*args,
)
Bases: ThreatMapsError
Error raised when there was an error fetching available threat maps.
Source code in psengine/errors.py
ThreatMapsError
¶
ThreatMapsError(
message='An error occurred. Raise exceptions with a message argument to see additional information',
*args,
)
Bases: RecordedFutureError
Error raised when there was an issue with the threat maps API.