Home
last modified time | relevance | path

Searched refs:HttpLib2ErrorWithResponse (Results 1 – 1 of 1) sorted by relevance

/external/chromium/chrome/common/extensions/docs/examples/apps/hello-python/httplib2/
D__init__.py113 class HttpLib2ErrorWithResponse(HttpLib2Error): class
119 class RedirectMissingLocation(HttpLib2ErrorWithResponse): pass
120 class RedirectLimit(HttpLib2ErrorWithResponse): pass
121 class FailedToDecompressContent(HttpLib2ErrorWithResponse): pass
122 class UnimplementedDigestAuthOptionError(HttpLib2ErrorWithResponse): pass
123 class UnimplementedHmacDigestAuthOptionError(HttpLib2ErrorWithResponse): pass
1132 if isinstance(e, HttpLib2ErrorWithResponse):