exceptions module

Provides SumoLogic related exceptions.

exception hutch.security.sumologic.exceptions.SearchException[source]

Bases: hutch.security.sumologic.exceptions.SumologicException

Indicates an error occurred during search.

exception hutch.security.sumologic.exceptions.SearchTimeout[source]

Bases: hutch.security.sumologic.exceptions.SumologicException

Indicates that a tiemout was reached and the query incomplete.

exception hutch.security.sumologic.exceptions.SumologicException[source]

Bases: Exception

A generic SumoLogic exception.

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