Searched refs:ResponseContentError (Results 1 – 2 of 2) sorted by relevance
70 class ResponseContentError(Exception): class122 @retry.retry((CommunicationError, ResponseContentError), timeout_min=3,191 raise ResponseContentError(275 raise ResponseContentError(281 raise ResponseContentError(
82 with self.assertRaises(gs_cache_client.ResponseContentError):97 with self.assertRaises(gs_cache_client.ResponseContentError):