The tacker.keymgr.exception
Module¶
Exception for keymgr
-
exception
tacker.keymgr.exception.
AuthTypeInvalidError
(**kwargs)¶ Bases:
tacker.common.exceptions.TackerException
-
message
= u’Invalid auth_type was specified, auth_type: %(type)s’¶
-
-
exception
tacker.keymgr.exception.
Forbidden
(**kwargs)¶ Bases:
tacker.common.exceptions.TackerException
-
message
= u’You are not authorized to complete this action.’¶
-
-
exception
tacker.keymgr.exception.
InsufficientCredentialDataError
(**kwargs)¶ Bases:
tacker.common.exceptions.TackerException
-
message
= u’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
(**kwargs)¶ Bases:
tacker.common.exceptions.TackerException
-
message
= u’Key manager error: %(reason)s’¶
-
-
exception
tacker.keymgr.exception.
ManagedObjectNotFoundError
(**kwargs)¶ Bases:
tacker.common.exceptions.TackerException
-
message
= u’Key not found, uuid: %(uuid)s’¶
-