hvac.exceptionsΒΆ

exception hvac.exceptions.BadGateway(message=None, errors=None, method=None, url=None)[source]ΒΆ

Bases: hvac.exceptions.VaultError

exception hvac.exceptions.Forbidden(message=None, errors=None, method=None, url=None)[source]ΒΆ

Bases: hvac.exceptions.VaultError

exception hvac.exceptions.InternalServerError(message=None, errors=None, method=None, url=None)[source]ΒΆ

Bases: hvac.exceptions.VaultError

exception hvac.exceptions.InvalidPath(message=None, errors=None, method=None, url=None)[source]ΒΆ

Bases: hvac.exceptions.VaultError

exception hvac.exceptions.InvalidRequest(message=None, errors=None, method=None, url=None)[source]ΒΆ

Bases: hvac.exceptions.VaultError

exception hvac.exceptions.ParamValidationError(message=None, errors=None, method=None, url=None)[source]ΒΆ

Bases: hvac.exceptions.VaultError

exception hvac.exceptions.RateLimitExceeded(message=None, errors=None, method=None, url=None)[source]ΒΆ

Bases: hvac.exceptions.VaultError

exception hvac.exceptions.Unauthorized(message=None, errors=None, method=None, url=None)[source]ΒΆ

Bases: hvac.exceptions.VaultError

exception hvac.exceptions.UnexpectedError(message=None, errors=None, method=None, url=None)[source]ΒΆ

Bases: hvac.exceptions.VaultError

exception hvac.exceptions.VaultDown(message=None, errors=None, method=None, url=None)[source]ΒΆ

Bases: hvac.exceptions.VaultError

exception hvac.exceptions.VaultError(message=None, errors=None, method=None, url=None)[source]ΒΆ

Bases: Exception

__init__(message=None, errors=None, method=None, url=None)[source]ΒΆ

Initialize self. See help(type(self)) for accurate signature.

exception hvac.exceptions.VaultNotInitialized(message=None, errors=None, method=None, url=None)[source]ΒΆ

Bases: hvac.exceptions.VaultError