Home
last modified time | relevance | path

Searched refs:ServerNotFoundError (Results 1 – 16 of 16) sorted by relevance

/external/python/apitools/apitools/base/py/
Dhttp_wrapper_test.py122 httplib2.ServerNotFoundError(),
Dhttp_wrapper.py278 elif isinstance(retry_args.exc, httplib2.ServerNotFoundError):
/external/python/httplib2/doc/html/
Dobjects.inv24 httplib2.ServerNotFoundError exception libhttplib2.html
Dsearchindex.js1 …thOptionError:[1,3],FailedToDecompressContent:[1,3],Response:[1,0],ServerNotFoundError:[1,3],Redir… property
/external/python/httplib2/tests/
Dtest_proxy.py115 with tests.assert_raises(httplib2.ServerNotFoundError):
Dtest_http.py47 with tests.assert_raises(httplib2.ServerNotFoundError):
/external/python/httplib2/python2/httplib2/
D__init__.py227 class ServerNotFoundError(HttpLib2Error): class
1756 raise ServerNotFoundError("Unable to find the server at %s" % conn.host)
/external/python/httplib2/python3/httplib2/
D__init__.py124 class ServerNotFoundError(HttpLib2Error): class
1564 raise ServerNotFoundError("Unable to find the server at %s" % conn.host)
/external/python/httplib2/python3/
Dhttplib2test.py294 except httplib2.ServerNotFoundError:
601 except httplib2.ServerNotFoundError:
/external/python/google-api-python-client/googleapiclient/
Dhttp.py190 except httplib2.ServerNotFoundError as server_not_found_error:
/external/python/google-api-python-client/
DCHANGELOG111 - Catch ServerNotFoundError to retry the request (#532)
/external/python/httplib2/doc/html/_sources/
Dlibhttplib2.txt154 .. exception:: ServerNotFoundError
/external/python/httplib2/doc/
Dlibhttplib2.rst154 .. exception:: ServerNotFoundError
/external/python/httplib2/
Dlibhttplib2.tex130 \begin{excdesc}{ServerNotFoundError}
/external/python/google-api-python-client/tests/
Dtest_http.py140 raise httplib2.ServerNotFoundError()
/external/python/httplib2/python2/
Dhttplib2test.py313 except httplib2.ServerNotFoundError: