exceptions
Classes:
-
APIException
–Problem calling Heurist API.
-
AuthenticationError
–Error raised when unable to authenticate Heurist login.
-
MissingParameterException
–Exception raised for a missing parameter.
APIException
Bases: Exception
Problem calling Heurist API.
AuthenticationError
AuthenticationError(message)
Bases: Exception
Error raised when unable to authenticate Heurist login.
MissingParameterException
MissingParameterException(parameter: str, env_file: str)
Bases: Exception
Exception raised for a missing parameter.