tacker.keymgr.exception Module¶Exception for keymgr
tacker.keymgr.exception.AuthTypeInvalidError(**kwargs)¶Bases: tacker.common.exceptions.TackerException
message = u'Invalid auth_type was specified, auth_type: %(type)s'¶tacker.keymgr.exception.Forbidden(**kwargs)¶Bases: tacker.common.exceptions.TackerException
message = u'You are not authorized to complete this action.'¶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.'¶tacker.keymgr.exception.KeyManagerError(**kwargs)¶Bases: tacker.common.exceptions.TackerException
message = u'Key manager error: %(reason)s'¶tacker.keymgr.exception.ManagedObjectNotFoundError(**kwargs)¶Bases: tacker.common.exceptions.TackerException
message = u'Key not found, uuid: %(uuid)s'¶
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.