Files
old-parkingkoncept/parkingkonceptvenv/lib/python3.7/site-packages/requests/__pycache__/exceptions.cpython-37.pyc

27 lines
5.3 KiB
Plaintext
Raw Normal View History

2019-11-17 12:44:16 +01:00
B
#U<>]q <00>@s<>dZddlmZGdd<04>de<04>ZGdd<06>de<05>ZGdd<08>de<05>ZGd d
<EFBFBD>d
e<06>ZGd d <0C>d e<06>ZGd d<0E>de<05>Z Gdd<10>dee <09>Z
Gdd<12>de <09>Z Gdd<14>de<05>Z Gdd<16>de<05>Z Gdd<18>dee<0E>ZGdd<1A>dee<0E>ZGdd<1C>dee<0E>ZGdd<1E>dee<0E>ZGdd <20>d e<11>ZGd!d"<22>d"e<05>ZGd#d$<24>d$ee<03>ZGd%d&<26>d&ee<16>ZGd'd(<28>d(e<05>ZGd)d*<2A>d*e<05>ZGd+d,<2C>d,e<1A>ZGd-d.<2E>d.ee<1C>ZGd/d0<64>d0e<1B>Zd1S)2z`
requests.exceptions
~~~~~~~~~~~~~~~~~~~
This module contains the set of Requests' exceptions.
<EFBFBD>)<01> HTTPErrorcs eZdZdZ<03>fdd<03>Z<04>ZS)<04>RequestExceptionzTThere was an ambiguous exception that occurred while handling your
request.
csX|<02>dd<02>}||_|<02>dd<02>|_|dk rB|jsBt|d<03>rB|jj|_tt|<00>j||<02>dS)zBInitialize RequestException with `request` and `response` objects.<2E>responseN<65>request)<07>poprr<00>hasattr<74>superr<00>__init__)<04>self<6C>args<67>kwargsr)<01> __class__<5F><00>9/tmp/pip-install-zuyyrlx8/requests/requests/exceptions.pyr s 

zRequestException.__init__)<06>__name__<5F>
__module__<EFBFBD> __qualname__<5F>__doc__r <00> __classcell__rr)r rr src@seZdZdZdS)rzAn HTTP error occurred.N)rrrrrrrrrsrc@seZdZdZdS)<03>ConnectionErrorzA Connection error occurred.N)rrrrrrrrr src@seZdZdZdS)<03>
ProxyErrorzA proxy error occurred.N)rrrrrrrrr$src@seZdZdZdS)<03>SSLErrorzAn SSL error occurred.N)rrrrrrrrr(src@seZdZdZdS)<03>Timeoutz<74>The request timed out.
Catching this error will catch both
:exc:`~requests.exceptions.ConnectTimeout` and
:exc:`~requests.exceptions.ReadTimeout` errors.
N)rrrrrrrrr,src@seZdZdZdS)<03>ConnectTimeoutz<74>The request timed out while trying to connect to the remote server.
Requests that produced this error are safe to retry.
N)rrrrrrrrr5src@seZdZdZdS)<03> ReadTimeoutz@The server did not send any data in the allotted amount of time.N)rrrrrrrrr<src@seZdZdZdS)<03> URLRequiredz*A valid URL is required to make a request.N)rrrrrrrrr@src@seZdZdZdS)<03>TooManyRedirectszToo many redirects.N)rrrrrrrrrDsrc@seZdZdZdS)<03> MissingSchemaz/The URL schema (e.g. http or https) is missing.N)rrrrrrrrrHsrc@seZdZdZdS)<03> InvalidSchemaz"See defaults.py for valid schemas.N)rrrrrrrrrLsrc@seZdZdZdS)<03>
InvalidURLz%The URL provided was somehow invalid.N)rrrrrrrrrPsrc@seZdZdZdS)<03> InvalidHeaderz.The header value provided was somehow invalid.N)rrrrrrrrr Tsr c@seZdZdZdS)<03>InvalidProxyURLz"The proxy URL provided is invalid.N)rrrrrrrrr!Xsr!c@seZdZdZdS)<03>ChunkedEncodingErrorz?The server declared chunked encoding but sent an invalid chunk.N)rrrrrrrrr"\sr"c@seZdZdZdS)<03>ContentDecodingErrorz!Failed to decode response contentN)rrrrrrrrr#`sr#c@seZdZdZdS)<03>StreamConsumedErrorz2The content for this response was already consumedN)rrrrrrrrr$dsr$c@seZdZdZdS)<03>
RetryErrorzCustom retries logic failedN)rrrrrrrrr%hsr%c@seZdZdZdS)<03>UnrewindableBodyErrorz:Requests encountered an error when trying to rewind a bodyN)rrrrrrrrr&lsr&c@seZdZdZdS)<03>RequestsWarningzBase warning for Requests.N)rrrrrrrrr'rsr'c@seZdZdZdS)<03>FileModeWarningzJA file was opened in text mode, but Requests determined its binary length.N)rrrrrrrrr(wsr(c@seZdZdZdS)<03>RequestsDependencyWarningz@An imported dependency doesn't match the expected version range.N)rrrrrrrrr)|sr)N)rZurllib3.exceptionsr<00> BaseHTTPError<6F>IOErrorrrrrrrrrr<00>
ValueErrorrrrr r!r"r#<00> TypeErrorr$r%r&<00>Warningr'<00>DeprecationWarningr(r)rrrr<00><module>s0