Searched refs:HttpLib2ErrorWithResponse (Results 1 – 1 of 1) sorted by relevance
113 class HttpLib2ErrorWithResponse(HttpLib2Error): class119 class RedirectMissingLocation(HttpLib2ErrorWithResponse): pass120 class RedirectLimit(HttpLib2ErrorWithResponse): pass121 class FailedToDecompressContent(HttpLib2ErrorWithResponse): pass122 class UnimplementedDigestAuthOptionError(HttpLib2ErrorWithResponse): pass123 class UnimplementedHmacDigestAuthOptionError(HttpLib2ErrorWithResponse): pass1132 if isinstance(e, HttpLib2ErrorWithResponse):