resilient_exporters.exceptions¶
-
exception
resilient_exporters.exceptions.ResilientExporterException(exporter=None, *args, **kwargs)[source]¶ Bases:
ExceptionSomething wrong occured when using exporters.
-
exception
resilient_exporters.exceptions.MissingModuleError(exporter=None, *args, **kwargs)[source]¶ Bases:
resilient_exporters.exceptions.ResilientExporterException,ModuleNotFoundErrorModule not found. Can be installed doing resilient-exporters[…]
-
exception
resilient_exporters.exceptions.MissingConfigError(exporter=None, *args, **kwargs)[source]¶ Bases:
resilient_exporters.exceptions.ResilientExporterExceptionA piece of configuration is missing
-
exception
resilient_exporters.exceptions.InvalidConfigError(exporter=None, *args, **kwargs)[source]¶ Bases:
resilient_exporters.exceptions.ResilientExporterExceptionA piece of configuration is wrong
-
exception
resilient_exporters.exceptions.ExportError(exporter=None, *args, **kwargs)[source]¶ Bases:
resilient_exporters.exceptions.ResilientExporterExceptionAn export job failed
-
exception
resilient_exporters.exceptions.ConnectionError(exporter=None, *args, **kwargs)[source]¶ Bases:
resilient_exporters.exceptions.ExportErrorCould not connect to target
-
exception
resilient_exporters.exceptions.DataTypeError(exporter=None, *args, **kwargs)[source]¶ Bases:
resilient_exporters.exceptions.ExportError,TypeErrorProvided is of the wrong type
-
exception
resilient_exporters.exceptions.TimeoutError(exporter=None, *args, **kwargs)[source]¶ Bases:
resilient_exporters.exceptions.ExportErrorAn export attempt has timed out