Home
last modified time | relevance | path

Searched refs:ResponseContentError (Results 1 – 2 of 2) sorted by relevance

/external/autotest/client/common_lib/cros/
Dgs_cache_client.py70 class ResponseContentError(Exception): class
122 @retry.retry((CommunicationError, ResponseContentError), timeout_min=3,
191 raise ResponseContentError(
275 raise ResponseContentError(
281 raise ResponseContentError(
Dgs_cache_client_unittest.py82 with self.assertRaises(gs_cache_client.ResponseContentError):
97 with self.assertRaises(gs_cache_client.ResponseContentError):