Exceptions

Exceptions

exception lvmieb.exceptions.LvmIebAPIError(message=None)[source]

Bases: lvmieb.exceptions.LvmIebError

A custom exception for API errors

exception lvmieb.exceptions.LvmIebApiAuthError(message=None)[source]

Bases: lvmieb.exceptions.LvmIebAPIError

A custom exception for API authentication errors

exception lvmieb.exceptions.LvmIebDeprecationWarning[source]

Bases: lvmieb.exceptions.LvmIebUserWarning

A warning for deprecated features.

exception lvmieb.exceptions.LvmIebError(message=None)[source]

Bases: Exception

A custom core LvmIeb exception

exception lvmieb.exceptions.LvmIebMissingDependency(message=None)[source]

Bases: lvmieb.exceptions.LvmIebError

A custom exception for missing dependencies.

exception lvmieb.exceptions.LvmIebNotImplemented(message=None)[source]

Bases: lvmieb.exceptions.LvmIebError

A custom exception for not yet implemented features.

exception lvmieb.exceptions.LvmIebSkippedTestWarning[source]

Bases: lvmieb.exceptions.LvmIebUserWarning

A warning for when a test is skipped.

exception lvmieb.exceptions.LvmIebUserWarning[source]

Bases: UserWarning, lvmieb.exceptions.LvmIebWarning

The primary warning class.

exception lvmieb.exceptions.LvmIebWarning[source]

Bases: Warning

Base warning for LvmIeb.