netdata
Public Member Functions | Public Attributes | List of all members
python_modules.urllib3.exceptions.MaxRetryError Class Reference
Inheritance diagram for python_modules.urllib3.exceptions.MaxRetryError:
python_modules.urllib3.exceptions.RequestError python_modules.urllib3.exceptions.PoolError python_modules.urllib3.exceptions.HTTPError

Public Member Functions

def __init__ (self, pool, url, reason=None)
 
- Public Member Functions inherited from python_modules.urllib3.exceptions.RequestError
def __init__ (self, pool, url, message)
 
def __reduce__ (self)
 
- Public Member Functions inherited from python_modules.urllib3.exceptions.PoolError
def __init__ (self, pool, message)
 
def __reduce__ (self)
 

Public Attributes

 reason
 
- Public Attributes inherited from python_modules.urllib3.exceptions.RequestError
 url
 
- Public Attributes inherited from python_modules.urllib3.exceptions.PoolError
 pool
 

Detailed Description

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: