Home
last modified time | relevance | path

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

/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 {
/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/urllib/
Derror.py35 class HTTPError(URLError, urllib.response.addinfourl): class
/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/urllib/
Derror.py35 class HTTPError(URLError, urllib.response.addinfourl): class
/prebuilts/clang/host/linux-x86/clang-r547379/python3/lib/python3.11/urllib/
Derror.py35 class HTTPError(URLError, urllib.response.addinfourl): class
/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/urllib/
Derror.py35 class HTTPError(URLError, urllib.response.addinfourl): class
/prebuilts/build-tools/common/py3-stdlib/urllib/
Derror.py35 class HTTPError(URLError, urllib.response.addinfourl): class
/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/pip/_vendor/requests/
Dexceptions.py45 class HTTPError(RequestException): class
/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/pip/_vendor/requests/
Dexceptions.py45 class HTTPError(RequestException): class
/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/pip/_vendor/requests/
Dexceptions.py45 class HTTPError(RequestException): class
/prebuilts/clang/host/linux-x86/clang-r547379/python3/lib/python3.11/site-packages/pip/_vendor/requests/
Dexceptions.py45 class HTTPError(RequestException): class
/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/pip/_vendor/urllib3/
Dexceptions.py8 class HTTPError(Exception): class
/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/pip/_vendor/urllib3/
Dexceptions.py8 class HTTPError(Exception): class
/prebuilts/clang/host/linux-x86/clang-r547379/python3/lib/python3.11/site-packages/pip/_vendor/urllib3/
Dexceptions.py8 class HTTPError(Exception): class
/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/pip/_vendor/urllib3/
Dexceptions.py8 class HTTPError(Exception): class