Home
last modified time | relevance | path

Searched refs:CommunicationError (Results 1 – 7 of 7) sorted by relevance

/external/python/apitools/apitools/base/py/
Dexceptions.py45 class CommunicationError(Error): class
50 class HttpError(CommunicationError):
125 class InvalidDataFromServerError(InvalidDataError, CommunicationError):
160 class TransferError(CommunicationError):
175 class RequestError(CommunicationError):
Dcredentials_lib.py229 raise exceptions.CommunicationError(
395 except exceptions.CommunicationError:
Dtransfer.py980 raise exceptions.CommunicationError(
/external/python/oauth2client/oauth2client/contrib/
Ddevshell.py33 class CommunicationError(Error): class
87 raise CommunicationError('saw no newline in the first 6 bytes')
/external/python/apitools/apitools/gen/
Dutil.py42 class CommunicationError(Error): class
434 raise CommunicationError(
Dgen_client.py48 except exceptions.CommunicationError:
/external/python/oauth2client/tests/contrib/
Dtest_devshell.py97 with self.assertRaises(devshell.CommunicationError):