Exceptions¶
Exceptions¶
-
exception
lvmieb.exceptions.LvmIebAPIError(message=None)[source]¶ Bases:
lvmieb.exceptions.LvmIebErrorA custom exception for API errors
-
exception
lvmieb.exceptions.LvmIebApiAuthError(message=None)[source]¶ Bases:
lvmieb.exceptions.LvmIebAPIErrorA custom exception for API authentication errors
-
exception
lvmieb.exceptions.LvmIebDeprecationWarning[source]¶ Bases:
lvmieb.exceptions.LvmIebUserWarningA warning for deprecated features.
-
exception
lvmieb.exceptions.LvmIebError(message=None)[source]¶ Bases:
ExceptionA custom core LvmIeb exception
-
exception
lvmieb.exceptions.LvmIebMissingDependency(message=None)[source]¶ Bases:
lvmieb.exceptions.LvmIebErrorA custom exception for missing dependencies.
-
exception
lvmieb.exceptions.LvmIebNotImplemented(message=None)[source]¶ Bases:
lvmieb.exceptions.LvmIebErrorA custom exception for not yet implemented features.
-
exception
lvmieb.exceptions.LvmIebSkippedTestWarning[source]¶ Bases:
lvmieb.exceptions.LvmIebUserWarningA warning for when a test is skipped.
-
exception
lvmieb.exceptions.LvmIebUserWarning[source]¶ Bases:
UserWarning,lvmieb.exceptions.LvmIebWarningThe primary warning class.