MCPcopy
hub / github.com/urllib3/urllib3 / ResponseError

Class ResponseError

src/urllib3/exceptions.py:216–220  ·  view source on GitHub ↗

Used as a container for an error reason supplied in a MaxRetryError.

Source from the content-addressed store, hash-verified

214
215
216class ResponseError(HTTPError):
217 """Used as a container for an error reason supplied in a MaxRetryError."""
218
219 GENERIC_ERROR = "too many error responses"
220 SPECIFIC_ERROR = "too many {status_code} error responses"
221
222
223class SecurityWarning(HTTPWarning):

Callers 1

incrementMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected