Home
last modified time | relevance | path

Searched defs:HTTPError (Results 1 – 23 of 23) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/go/internal/web/
Dapi.go35 type HTTPError struct { struct
36 URL string // redacted
37 Status string
38 StatusCode int
39 Err error // underlying error, if known
40 Detail string // limited to maxErrorDetailLines and maxErrorDetailBytes
48 func (e *HTTPError) Error() string {
72 func (e *HTTPError) Is(target error) bool {
76 func (e *HTTPError) Unwrap() error {
/aosp_15_r20/external/python/cpython3/Doc/howto/
Durllib2.rst224 HTTPError section in Handling Exceptions
240 Error Codes
/aosp_15_r20/external/python/cpython2/Doc/howto/
Durllib2.rst212 HTTPError section in Handling Exceptions
228 Error Codes
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/urllib/
H A Derror.py35 class HTTPError(URLError, urllib.response.addinfourl): class
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/urllib/
Derror.py35 class HTTPError(URLError, urllib.response.addinfourl): class
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/urllib/
Derror.py35 class HTTPError(URLError, urllib.response.addinfourl): class
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/urllib/
Derror.py35 class HTTPError(URLError, urllib.response.addinfourl): class
/aosp_15_r20/external/python/cpython3/Lib/urllib/
Derror.py35 class HTTPError(URLError, urllib.response.addinfourl): class
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/urllib/
Derror.py35 class HTTPError(URLError, urllib.response.addinfourl): class
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/pip/_vendor/requests/
Dexceptions.py45 class HTTPError(RequestException): class
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/pip/_vendor/requests/
Dexceptions.py45 class HTTPError(RequestException): class
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/pip/_vendor/requests/
Dexceptions.py45 class HTTPError(RequestException): class
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/pip/_vendor/requests/
Dexceptions.py45 class HTTPError(RequestException): class
/aosp_15_r20/external/python/httplib2/python3/httplib2/
Dsocks.py75 class HTTPError(ProxyError): class
/aosp_15_r20/external/autotest/utils/frozen_chromite/third_party/python3/httplib2/
H A Dsocks.py75 class HTTPError(ProxyError): class
/aosp_15_r20/external/python/httplib2/python2/httplib2/
Dsocks.py75 class HTTPError(ProxyError): class
/aosp_15_r20/external/autotest/utils/frozen_chromite/third_party/python2/httplib2/
H A Dsocks.py75 class HTTPError(ProxyError): class
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/pip/_vendor/urllib3/
Dexceptions.py8 class HTTPError(Exception): class
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/pip/_vendor/urllib3/
Dexceptions.py8 class HTTPError(Exception): class
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/pip/_vendor/urllib3/
Dexceptions.py8 class HTTPError(Exception): class
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/pip/_vendor/urllib3/
Dexceptions.py8 class HTTPError(Exception): class
/aosp_15_r20/external/python/cpython2/Lib/
Durllib2.py177 class HTTPError(URLError, addinfourl): class
/aosp_15_r20/prebuilts/devtools/tools/lib/
HDjython-standalone-2.5.3.jarMETA-INF/MANIFEST.MF META-INF/LICENSE META-INF/NOTICE META- ...