OpenQuizz
Une application de gestion des contenus pédagogiques
MaxRetryError Class Reference
Inheritance diagram for MaxRetryError:
Collaboration diagram for MaxRetryError:

Public Member Functions

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

Data Fields

 reason
 
- Data Fields inherited from RequestError
 url
 
- Data Fields inherited from 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

Constructor & Destructor Documentation

◆ __init__()

def __init__ (   self,
  pool,
  url,
  reason = None 
)

Reimplemented from RequestError.

Field Documentation

◆ reason

reason

The documentation for this class was generated from the following file: