tacker.keymgr.exception module

Exception for keymgr

exception tacker.keymgr.exception.AuthTypeInvalidError(message=None, **kwargs)

Bases: TackerException

message = 'Invalid auth_type was specified, auth_type: %(type)s'
exception tacker.keymgr.exception.Forbidden(message=None, **kwargs)

Bases: TackerException

message = 'You are not authorized to complete this action.'
exception tacker.keymgr.exception.InsufficientCredentialDataError(message=None, **kwargs)

Bases: TackerException

message = 'Insufficient credential data was provided, either "token" must be set in the passed conf, or a context with an "auth_token" property must be passed.'
exception tacker.keymgr.exception.KeyManagerError(message=None, **kwargs)

Bases: TackerException

message = 'Key manager error: %(reason)s'
exception tacker.keymgr.exception.ManagedObjectNotFoundError(message=None, **kwargs)

Bases: TackerException

message = 'Key not found, uuid: %(uuid)s'