HEX
Server: LiteSpeed
System: Linux s1049.use1.mysecurecloudhost.com 4.18.0-477.27.2.lve.el8.x86_64 #1 SMP Wed Oct 11 12:32:56 UTC 2023 x86_64
User: xedaptot (3356)
PHP: 8.3.31
Disabled: NONE
Upload Files
File: //usr/lib/python3.6/site-packages/botocore/vendored/requests/__pycache__/exceptions.cpython-36.pyc
3

�T_�	�@s0dZddlmZGdd�de�ZGdd�de�ZGdd�de�ZGd	d
�d
e�ZGdd�de�ZGd
d�de�Z	Gdd�dee	�Z
Gdd�de	�ZGdd�de�ZGdd�de�Z
Gdd�dee�ZGdd�dee�ZGdd�dee�ZGdd�de�ZGdd �d ee�ZGd!d"�d"ee�ZGd#d$�d$e�Zd%S)&za
requests.exceptions
~~~~~~~~~~~~~~~~~~~

This module contains the set of Requests' exceptions.

�)�	HTTPErrorcs eZdZdZ�fdd�Z�ZS)�RequestExceptionzOThere was an ambiguous exception that occurred while handling your
    request.csZ|jdd�}||_|jdd�|_|dk	rD|jrDt|d�rD|jj|_tt|�j||�dS)zT
        Initialize RequestException with `request` and `response` objects.
        �responseN�request)�poprr�hasattr�superr�__init__)�self�args�kwargsr)�	__class__�� /usr/lib/python3.6/exceptions.pyr	s

zRequestException.__init__)�__name__�
__module__�__qualname__�__doc__r	�
__classcell__rr)r
rr
src@seZdZdZdS)rzAn HTTP error occurred.N)rrrrrrrrrsrc@seZdZdZdS)�ConnectionErrorzA Connection error occurred.N)rrrrrrrrr"src@seZdZdZdS)�
ProxyErrorzA proxy error occurred.N)rrrrrrrrr&src@seZdZdZdS)�SSLErrorzAn SSL error occurred.N)rrrrrrrrr*src@seZdZdZdS)�Timeoutz�The request timed out.

    Catching this error will catch both
    :exc:`~requests.exceptions.ConnectTimeout` and
    :exc:`~requests.exceptions.ReadTimeout` errors.
    N)rrrrrrrrr.src@seZdZdZdS)�ConnectTimeoutz�The request timed out while trying to connect to the remote server.

    Requests that produced this error are safe to retry.
    N)rrrrrrrrr7src@seZdZdZdS)�ReadTimeoutz@The server did not send any data in the allotted amount of time.N)rrrrrrrrr>src@seZdZdZdS)�URLRequiredz*A valid URL is required to make a request.N)rrrrrrrrrBsrc@seZdZdZdS)�TooManyRedirectszToo many redirects.N)rrrrrrrrrFsrc@seZdZdZdS)�
MissingSchemaz/The URL schema (e.g. http or https) is missing.N)rrrrrrrrrJsrc@seZdZdZdS)�
InvalidSchemaz"See defaults.py for valid schemas.N)rrrrrrrrrNsrc@seZdZdZdS)�
InvalidURLz' The URL provided was somehow invalid. N)rrrrrrrrrRsrc@seZdZdZdS)�ChunkedEncodingErrorz?The server declared chunked encoding but sent an invalid chunk.N)rrrrrrrrr Vsr c@seZdZdZdS)�ContentDecodingErrorz!Failed to decode response contentN)rrrrrrrrr!Zsr!c@seZdZdZdS)�StreamConsumedErrorz2The content for this response was already consumedN)rrrrrrrrr"^sr"c@seZdZdZdS)�
RetryErrorzCustom retries logic failedN)rrrrrrrrr#bsr#N)rZpackages.urllib3.exceptionsrZ
BaseHTTPError�IOErrorrrrrrrrrr�
ValueErrorrrrr r!�	TypeErrorr"r#rrrr�<module>	s$