|
|
def | __init__ (self, pool, url, reason=None) |
| |
|
def | __init__ (self, pool, url, message) |
| |
|
def | __reduce__ (self) |
| |
|
def | __init__ (self, pool, message) |
| |
|
def | __reduce__ (self) |
| |
Raised when the maximum number of retries is exceeded.
:param pool: The connection pool
:type pool: :class:`~urllib3.connectionpool.HTTPConnectionPool`
:param string url: The requested Url
:param exceptions.Exception reason: The underlying error
The documentation for this class was generated from the following file:
- python.d/python_modules/urllib3/exceptions.py