Files
wg-backend-django/acer-env/lib/python3.10/site-packages/urllib3/__pycache__/exceptions.cpython-310.pyc

53 lines
11 KiB
Plaintext
Raw Normal View History

2022-11-30 15:58:16 +07:00
o
<00>Ԅc <00>@s~ddlmZddlmZGdd<05>de<05>ZGdd<07>de<07>ZGdd <09>d e<06>Z Gd
d <0B>d e <09>Z
Gd d <0A>d e<06>Z Gdd<0F>de<06>Z Gdd<11>de<06>Z Gdd<13>de<06>ZeZGdd<15>de
<EFBFBD>ZGdd<17>de
<EFBFBD>ZGdd<19>de<06>ZGdd<1B>de<06>ZGdd<1D>dee
<EFBFBD>ZGdd<1F>de<13>ZGd d!<21>d!ee <09>ZGd"d#<23>d#e <09>ZGd$d%<25>d%e <09>ZGd&d'<27>d'ee<06>ZGd(d)<29>d)e<1A>ZGd*d+<2B>d+e<1A>ZGd,d-<2D>d-e<06>ZGd.d/<2F>d/e<08>ZGd0d1<64>d1e<1E>ZGd2d3<64>d3e<1E>Z Gd4d5<64>d5e<1E>Z!Gd6d7<64>d7e<1E>Z"Gd8d9<64>d9e<08>Z#Gd:d;<3B>d;e<08>Z$Gd<d=<3D>d=ee<19>Z%Gd>d?<3F>d?e<06>Z&Gd@dA<64>dAee<04>ZGdBdC<64>dCee<04>Z'GdDdE<64>dEe<06>Z(GdFdG<64>dGe)e<1C>Z*GdHdI<64>dIe<19>Z+GdJdK<64>dKe<06>Z,GdLdM<64>dMe<06>Z-dNS)O<>)<01>absolute_import<72>)<01>IncompleteReadc@<00>eZdZdZdS)<03> HTTPErrorz#Base exception used by this module.N<><04>__name__<5F>
__module__<EFBFBD> __qualname__<5F>__doc__<5F>r r <00>e/home/infidel/Sync/Project/ocp-wg-backend/acer-env/lib/python3.10/site-packages/urllib3/exceptions.pyr<00>rc@r)<03> HTTPWarningz!Base warning used by this module.Nrr r r r rrrc@<00> eZdZdZdd<03>Zdd<05>ZdS)<07> PoolErrorz/Base exception for errors caused within a pool.cCs||_t<01>|d||f<00>dS)Nz%s: %s)<03>poolr<00>__init__)<03>selfr<00>messager r r rszPoolError.__init__cCs
|jdfS)N)NN<4E><01> __class__<5F>rr r r <00>
__reduce__s
zPoolError.__reduce__N<5F>rr r
r rrr r r r r<00> rc@r)<07> RequestErrorz8Base exception for PoolErrors that have associated URLs.cCs||_t<01>|||<03>dS<00>N)<03>urlrr)rrrrr r r r#szRequestError.__init__cCs|jd|jdffSr)rrrr r r r'szRequestError.__reduce__Nrr r r r r rrc@r)<03>SSLErrorz9Raised when SSL certificate fails in an HTTPS connection.Nrr r r r r,rrc<00> eZdZdZ<03>fdd<03>Z<04>ZS)<04>
ProxyErrorz,Raised when the connection to a proxy fails.cs$tt|<00>j||g|<03>R<00>||_dSr)<04>superr!r<00>original_error)rr<00>error<6F>argsrr r r5s
zProxyError.__init__<5F>rr r
r r<00> __classcell__r r rr r!2<00>r!c@r)<03> DecodeErrorz;Raised when automatic decoding based on Content-Type fails.Nrr r r r r):rr)c@r)<03> ProtocolErrorz>Raised when something unexpected happens mid-request/response.Nrr r r r r*@rr*c@seZdZdZddd<04>ZdS)<06> 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<01>||||<04>dS)Nz0Max retries exceeded with url: %s (Caused by %r))<03>reasonrr)rrrr,rr r r rWs zMaxRetryError.__init__r<00>rr r
r rr r r r r+Ms r+c@seZdZdZddd<04>ZdS)<07>HostChangedErrorz?Raised when an existing pool gets a request for a foreign host.<2E>cCs"d|}t<00>||||<04>||_dS)Nz)Tried to open a foreign host with url: %s)rr<00>retries)rrrr0rr r r rbs
zHostChangedError.__init__N)r/r-r r r r r._sr.c@r)<03>TimeoutStateErrorz1Raised when passing an invalid state to a timeoutNrr r r r r1hrr1c@r)<03> TimeoutErrorz<72>Raised when a socket timeout error occurs.
Catching this error will catch both :exc:`ReadTimeoutErrors
<ReadTimeoutError>` and :exc:`ConnectTimeoutErrors <ConnectTimeoutError>`.
Nrr r r r r2nsr2c@r)<03>ReadTimeoutErrorzFRaised when a socket timeout occurs while receiving data from a serverNrr r r r r3xrr3c@r)<03>ConnectTimeoutErrorz@Raised when a socket timeout occurs while connecting to a serverNrr r r r r4<00>rr4c@r)<03>NewConnectionErrorzHRaised when we fail to establish a new connection. Usually ECONNREFUSED.Nrr r r r r5<00>rr5c@r)<03>EmptyPoolErrorzCRaised when a pool runs out of connections and no more are allowed.Nrr r r r r6<00>rr6c@r)<03>ClosedPoolErrorzCRaised when a request enters a pool after the pool has been closed.Nrr r r r r7<00>rr7c@r)<03>LocationValueErrorz<Raised when there is something wrong with a given URL input.Nrr r r r r8<00>rr8c@seZdZdZdd<03>ZdS)<05>LocationParseErrorz=Raised when get_host or similar fails to parse the URL input.cCsd|}t<00>||<02>||_dS)NzFailed to parse: %s)rr<00>location)rr:rr r r r<00>s 
zLocationParseError.__init__Nr-r r r r r9<00>s r9cr )<04>URLSchemeUnknownz2Raised when a URL input has an unsupported scheme.cs"d|}tt|<00><02>|<02>||_dS)NzNot supported URL scheme %s)r"r;r<00>scheme<6D>rr<rrr r r<00>s
zURLSchemeUnknown.__init__r&r r rr r;<00>r(r;c@seZdZdZdZdZdS)<05> ResponseErrorzDUsed as a container for an error reason supplied in a MaxRetryError.ztoo many error responsesz&too many {status_code} error responsesN)rr r
r <00> GENERIC_ERROR<4F>SPECIFIC_ERRORr r r r r><00>sr>c@r)<03>SecurityWarningz0Warned when performing security reducing actionsNrr r r r rA<00>rrAc@r)<03>SubjectAltNameWarningzBWarned when connecting to a host with a certificate missing a SAN.Nrr r r r rB<00>rrBc@r)<03>InsecureRequestWarningz/Warned when making an unverified HTTPS request.Nrr r r r rC<00>rrCc@r)<03>SystemTimeWarningz0Warned when system time is suspected to be wrongNrr r r r rD<00>rrDc@r)<03>InsecurePlatformWarningzIWarned when certain TLS/SSL configuration is not available on a platform.Nrr r r r rE<00>rrEc@r)<03>SNIMissingWarningz9Warned when making a HTTPS request without SNI available.Nrr r r r rF<00>rrFc@r)<03>DependencyWarningzc
Warned when an attempt is made to import a module with missing optional
dependencies.
Nrr r r r rG<00><00>rGc@r)<03>ResponseNotChunkedz;Response needs to be chunked in order to read it as chunks.Nrr r r r rI<00>rrIc@r)<03>BodyNotHttplibCompatiblez<65>
Body should be :class:`http.client.HTTPResponse` like
(have an fp attribute which returns raw chunks) for read_chunked().
Nrr r r r rJ<00>rHrJc<00>(eZdZdZ<03>fdd<03>Zdd<05>Z<05>ZS)rz<>
Response length doesn't match expected Content-Length
Subclass of :class:`http.client.IncompleteRead` to allow int value
for ``partial`` to avoid creating large objects on streamed reads.
cstt|<00><02>||<02>dSr)r"rr)r<00>partial<61>expectedrr r r<00>szIncompleteRead.__init__cC<00>d|j|jfS)Nz/IncompleteRead(%i bytes read, %i more expected))rLrMrr r r <00>__repr__<00><06>zIncompleteRead.__repr__<5F>rr r
r rrOr'r r rr r<00>s rcrK)<06>InvalidChunkLengthz+Invalid chunk length in a chunked response.cs(tt|<00><02>|<01><03>|j<04>||_||_dSr)r"rRr<00>tell<6C>length_remaining<6E>response<73>length)rrUrVrr r r
s

<04>
zInvalidChunkLength.__init__cCrN)Nz0InvalidChunkLength(got length %r, %i bytes read))rVrLrr r r rOrPzInvalidChunkLength.__repr__rQr r rr rRs rRc@r)<03> InvalidHeaderz(The header provided was somehow invalid.Nrr r r r rWrrWcr )<04>ProxySchemeUnknownz1ProxyManager does not support the supplied schemecs6|dkrd}|dur d}nd|}tt|<00><02>|<02>dS)N<> localhostz>Proxy URL had no scheme, should start with http:// or https://zCProxy URL had unsupported scheme %s, should use http:// or https://)r"rXrr=rr r r#s<02><02>zProxySchemeUnknown.__init__r&r r rr rXsrXc@r)<03>ProxySchemeUnsupportedz=Fetching HTTPS resources through HTTPS proxies is unsupportedNrr r r r rZ2rrZcr )<04>HeaderParsingErrorzNRaised by assert_header_parsing, but we convert it to a log.warning statement.cs$d|pd|f}tt|<00><02>|<03>dS)Nz%s, unparsed data: %r<>Unknown)r"r[r)r<00>defects<74> unparsed_datarrr r r;szHeaderParsingError.__init__r&r r rr r[8r(r[c@r)<03>UnrewindableBodyErrorz9urllib3 encountered an error when trying to rewind a bodyNrr r r r r_@rr_N).<2E>
__future__r<00>packages.six.moves.http_clientr<00>httplib_IncompleteRead<61> Exceptionr<00>Warningrrrrr!r)r*<00>ConnectionErrorr+r.r1r2r3r4r5r6r7<00>
ValueErrorr8r9r;r>rArBrCrDrErFrGrIrJrRrW<00>AssertionErrorrXrZr[r_r r r r <00><module>sP