class HTTPStatusError(HTTPError):
The response had an error HTTP status of 4xx or 5xx.
May be raised when calling response.raise_for_status()
Method | __init__ |
Undocumented |
Instance Variable | request |
Undocumented |
Instance Variable | response |
Undocumented |