exceptions module

Provides JupiterOne related exceptions.

exception hutch.security.jupiterone.exceptions.JupiterOneException[source]

Bases: Exception

A generic JupiterOne exception.

All exceptions should inherit from this to allow for hierarchical handling.

exception hutch.security.jupiterone.exceptions.QueryException[source]

Bases: hutch.security.jupiterone.exceptions.JupiterOneException

Indicates an error occurred during a query.

exception hutch.security.jupiterone.exceptions.QueryTimeout[source]

Bases: hutch.security.jupiterone.exceptions.JupiterOneException

Indicates that a tiemout was reached and the query incomplete.