Searched refs:ServerNotFoundError (Results 1 – 16 of 16) sorted by relevance
/external/python/apitools/apitools/base/py/ |
D | http_wrapper_test.py | 122 httplib2.ServerNotFoundError(),
|
D | http_wrapper.py | 278 elif isinstance(retry_args.exc, 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/tests/ |
D | test_proxy.py | 115 with tests.assert_raises(httplib2.ServerNotFoundError):
|
D | test_http.py | 47 with tests.assert_raises(httplib2.ServerNotFoundError):
|
/external/python/httplib2/python2/httplib2/ |
D | __init__.py | 227 class ServerNotFoundError(HttpLib2Error): class 1756 raise ServerNotFoundError("Unable to find the server at %s" % conn.host)
|
/external/python/httplib2/python3/httplib2/ |
D | __init__.py | 124 class ServerNotFoundError(HttpLib2Error): class 1564 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 | 190 except httplib2.ServerNotFoundError as server_not_found_error:
|
/external/python/google-api-python-client/ |
D | CHANGELOG | 111 - 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 | 140 raise httplib2.ServerNotFoundError()
|
/external/python/httplib2/python2/ |
D | httplib2test.py | 313 except httplib2.ServerNotFoundError:
|