Skip to content

exceptions

Classes:

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.

ReadTimeout

ReadTimeout(url: str, timeout: int)

Bases: Exception

Exception raised because the data returned by the Heurist server took too long to receive.