Searched refs:CommunicationError (Results 1 – 9 of 9) sorted by relevance
45 class CommunicationError(Error): class50 class HttpError(CommunicationError):87 class InvalidDataFromServerError(InvalidDataError, CommunicationError):122 class TransferError(CommunicationError):137 class RequestError(CommunicationError):
225 raise exceptions.CommunicationError(407 except exceptions.CommunicationError:
890 raise exceptions.CommunicationError(
66 class CommunicationError(Exception): class117 raise CommunicationError('Error occurred: rc=%d, cmd=%s' %122 @retry.retry((CommunicationError, ResponseContentError), timeout_min=3,163 raise CommunicationError(msg)
69 with self.assertRaises(gs_cache_client.CommunicationError):92 with self.assertRaises(gs_cache_client.CommunicationError):155 side_effect=gs_cache_client.CommunicationError()
33 class CommunicationError(Error): class87 raise CommunicationError('saw no newline in the first 6 bytes')
39 class CommunicationError(Error): class345 raise CommunicationError(
47 except exceptions.CommunicationError:
97 with self.assertRaises(devshell.CommunicationError):