B ݁[@sLddlmZddlmZGdddeZGdddeZGdd d eZ Gd d d e Z Gd d d eZ GdddeZ GdddeZ GdddeZeZGddde ZGddde ZGdddeZGdddeZGdddee ZGdddeZGd d!d!ee ZGd"d#d#e ZGd$d%d%e ZGd&d'd'eeZGd(d)d)eZGd*d+d+eZGd,d-d-eZGd.d/d/eZGd0d1d1eZGd2d3d3eZ Gd4d5d5eZ!Gd6d7d7eZ"Gd8d9d9eZ#Gd:d;d;eeZ$Gdd?d?eeZGd@dAdAeZ&GdBdCdCe'eZ(GdDdEdEeZ)GdFdGdGeZ*dHS)I)absolute_import)IncompleteReadc@seZdZdZdS) HTTPErrorz#Base exception used by this module.N)__name__ __module__ __qualname____doc__r r S/Users/kashii/Desktop/Projects/Workshops/worker-safety/lambda/urllib3/exceptions.pyrsrc@seZdZdZdS) HTTPWarningz!Base warning used by this module.N)rrrr r r r r r sr c@s eZdZdZddZddZdS) PoolErrorz/Base exception for errors caused within a pool.cCs||_t|d||fdS)Nz%s: %s)poolr__init__)selfrmessager r r rszPoolError.__init__cCs |jdfS)N)NN) __class__)rr r r __reduce__szPoolError.__reduce__N)rrrr rrr r r r r sr c@s eZdZdZddZddZdS) RequestErrorz8Base exception for PoolErrors that have associated URLs.cCs||_t|||dS)N)urlr r)rrrrr r r rszRequestError.__init__cCs|jd|jdffS)N)rr)rr r r r#szRequestError.__reduce__N)rrrr rrr r r r rsrc@seZdZdZdS)SSLErrorz9Raised when SSL certificate fails in an HTTPS connection.N)rrrr r r r r r(src@seZdZdZdS) ProxyErrorz,Raised when the connection to a proxy fails.N)rrrr r r r r r-src@seZdZdZdS) DecodeErrorz;Raised when automatic decoding based on Content-Type fails.N)rrrr r r r r r2src@seZdZdZdS) ProtocolErrorz>Raised when something unexpected happens mid-request/response.N)rrrr r r r r r7src@seZdZdZdddZdS) MaxRetryErrora 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 NcCs&||_d||f}t||||dS)Nz0Max retries exceeded with url: %s (Caused by %r))reasonrr)rrrrrr r r rLs zMaxRetryError.__init__)N)rrrr rr r r r rBsrc@seZdZdZdddZdS)HostChangedErrorz?Raised when an existing pool gets a request for a foreign host.cCs"d|}t||||||_dS)Nz)Tried to open a foreign host with url: %s)rrretries)rrrrrr r r rXszHostChangedError.__init__N)r)rrrr rr r r r rUsrc@seZdZdZdS)TimeoutStateErrorz3 Raised when passing an invalid state to a timeout N)rrrr r r r r r^src@seZdZdZdS) TimeoutErrorz Raised when a socket timeout error occurs. Catching this error will catch both :exc:`ReadTimeoutErrors ` and :exc:`ConnectTimeoutErrors `. N)rrrr r r r r r csr c@seZdZdZdS)ReadTimeoutErrorzFRaised when a socket timeout occurs while receiving data from a serverN)rrrr r r r r r!lsr!c@seZdZdZdS)ConnectTimeoutErrorz@Raised when a socket timeout occurs while connecting to a serverN)rrrr r r r r r"ssr"c@seZdZdZdS)NewConnectionErrorzHRaised when we fail to establish a new connection. Usually ECONNREFUSED.N)rrrr r r r r r#xsr#c@seZdZdZdS)EmptyPoolErrorzCRaised when a pool runs out of connections and no more are allowed.N)rrrr r r r r r$}sr$c@seZdZdZdS)ClosedPoolErrorzCRaised when a request enters a pool after the pool has been closed.N)rrrr r r r r r%sr%c@seZdZdZdS)LocationValueErrorzsH