Errors
psengine.stix2.errors
¶
STIX2TransformError
¶
STIX2TransformError(
message='An error occurred. Raise exceptions with a message argument to see additional information',
*args,
)
Bases: RecordedFutureError
Error raised when invalid parameters are passed to the STIX2 module.
Source code in psengine/errors.py
UnsupportedConversionTypeError
¶
UnsupportedConversionTypeError(
message='An error occurred. Raise exceptions with a message argument to see additional information',
*args,
)
Bases: STIX2TransformError
Error raised when client tries to convert an Recorded FUture type that is not supported.