Searched refs:ServerNotFoundError (Results 1 – 17 of 17) sorted by relevance
/external/python/apitools/apitools/base/py/ |
D | http_wrapper_test.py | 69 httplib2.ServerNotFoundError(),
|
D | http_wrapper.py | 273 elif isinstance(retry_args.exc, httplib2.ServerNotFoundError):
|
/external/python/httplib2/tests/ |
D | test_external.py | 57 except httplib2.ServerNotFoundError:
|
D | test_proxy.py | 113 with tests.assert_raises(httplib2.ServerNotFoundError):
|
D | test_http.py | 49 with tests.assert_raises(httplib2.ServerNotFoundError):
|
/external/python/httplib2/doc/html/ |
D | objects.inv | 24 httplib2.ServerNotFoundError exception libhttplib2.html
|
D | searchindex.js | 1 …thOptionError:[1,3],FailedToDecompressContent:[1,3],Response:[1,0],ServerNotFoundError:[1,3],Redir… property
|
/external/python/httplib2/python3/httplib2/ |
D | __init__.py | 124 class ServerNotFoundError(HttpLib2Error): class 1508 raise ServerNotFoundError("Unable to find the server at %s" % conn.host)
|
/external/python/httplib2/python2/httplib2/ |
D | __init__.py | 220 class ServerNotFoundError(HttpLib2Error): class 1707 raise ServerNotFoundError("Unable to find the server at %s" % conn.host)
|
/external/python/httplib2/python3/ |
D | httplib2test.py | 294 except httplib2.ServerNotFoundError: 601 except httplib2.ServerNotFoundError:
|
/external/python/google-api-python-client/googleapiclient/ |
D | http.py | 178 except httplib2.ServerNotFoundError as server_not_found_error:
|
/external/python/google-api-python-client/ |
D | CHANGELOG | 40 - Catch ServerNotFoundError to retry the request (#532)
|
/external/python/httplib2/doc/html/_sources/ |
D | libhttplib2.txt | 154 .. exception:: ServerNotFoundError
|
/external/python/httplib2/doc/ |
D | libhttplib2.rst | 154 .. exception:: ServerNotFoundError
|
/external/python/httplib2/ |
D | libhttplib2.tex | 130 \begin{excdesc}{ServerNotFoundError}
|
/external/python/google-api-python-client/tests/ |
D | test_http.py | 132 raise httplib2.ServerNotFoundError()
|
/external/python/httplib2/python2/ |
D | httplib2test.py | 313 except httplib2.ServerNotFoundError:
|