resilient_exporters.exceptions

exception resilient_exporters.exceptions.ResilientExporterException(exporter=None, *args, **kwargs)[source]

Bases: Exception

Something wrong occured when using exporters.

exception resilient_exporters.exceptions.MissingModuleError(exporter=None, *args, **kwargs)[source]

Bases: resilient_exporters.exceptions.ResilientExporterException, ModuleNotFoundError

Module not found. Can be installed doing resilient-exporters[…]

exception resilient_exporters.exceptions.MissingConfigError(exporter=None, *args, **kwargs)[source]

Bases: resilient_exporters.exceptions.ResilientExporterException

A piece of configuration is missing

exception resilient_exporters.exceptions.InvalidConfigError(exporter=None, *args, **kwargs)[source]

Bases: resilient_exporters.exceptions.ResilientExporterException

A piece of configuration is wrong

exception resilient_exporters.exceptions.ExportError(exporter=None, *args, **kwargs)[source]

Bases: resilient_exporters.exceptions.ResilientExporterException

An export job failed

exception resilient_exporters.exceptions.ConnectionError(exporter=None, *args, **kwargs)[source]

Bases: resilient_exporters.exceptions.ExportError

Could not connect to target

exception resilient_exporters.exceptions.DataTypeError(exporter=None, *args, **kwargs)[source]

Bases: resilient_exporters.exceptions.ExportError, TypeError

Provided is of the wrong type

exception resilient_exporters.exceptions.TimeoutError(exporter=None, *args, **kwargs)[source]

Bases: resilient_exporters.exceptions.ExportError

An export attempt has timed out