Home
last modified time | relevance | path

Searched refs:HttpAccessTokenRefreshError (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/python/apitools/apitools/base/py/
Dhttp_wrapper_test.py30 from oauth2client.client import HttpAccessTokenRefreshError
71 exception_arg = HttpAccessTokenRefreshError(status=503)
86 exception_arg = HttpAccessTokenRefreshError(status=200)
94 with self.assertRaises(HttpAccessTokenRefreshError):
Dhttp_wrapper.py39 from oauth2client.client import HttpAccessTokenRefreshError as TokenRefreshError # noqa
/aosp_15_r20/external/autotest/utils/frozen_chromite/third_party/oauth2client/
H A Dgce.py26 from oauth2client.client import HttpAccessTokenRefreshError
93 raise HttpAccessTokenRefreshError(str(e),
100 raise HttpAccessTokenRefreshError(content, status=response.status)
H A Dclient.py136 class HttpAccessTokenRefreshError(AccessTokenRefreshError): class
139 super(HttpAccessTokenRefreshError, self).__init__(*args)
908 raise HttpAccessTokenRefreshError(error_msg, status=resp.status)
/aosp_15_r20/external/python/oauth2client/oauth2client/contrib/
Dgce.py138 raise client.HttpAccessTokenRefreshError(str(e))
/aosp_15_r20/external/python/oauth2client/oauth2client/
Dclient.py146 class HttpAccessTokenRefreshError(AccessTokenRefreshError): class
149 super(HttpAccessTokenRefreshError, self).__init__(*args)
834 raise HttpAccessTokenRefreshError(error_msg, status=resp.status)
/aosp_15_r20/external/python/oauth2client/tests/contrib/
Dtest_gce.py98 with self.assertRaises(client.HttpAccessTokenRefreshError):
/aosp_15_r20/external/autotest/utils/frozen_chromite/lib/
H A Dgob_util.py189 except gce.HttpAccessTokenRefreshError as e:
/aosp_15_r20/external/python/oauth2client/tests/
Dtest_client.py942 client.HttpAccessTokenRefreshError) as exc_manager:
1235 client.HttpAccessTokenRefreshError) as exc_manager: