Searched defs:AuthorizationError (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/google_appengine_cloudstorage/cloudstorage/
H A Derrors.py21 __all__ = ['AuthorizationError',
77 class AuthorizationError(FatalError): class in inherits:FatalError
108 AuthorizationError: if authorization failed.
125 raise AuthorizationError(msg)

Completed in 106 milliseconds