Home
last modified time | relevance | path

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

/external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/apitools/base/py/
Dexceptions.py30 class CommunicationError(Error): class
35 class HttpError(CommunicationError):
67 class InvalidDataFromServerError(InvalidDataError, CommunicationError):
102 class TransferError(CommunicationError):
117 class RequestError(CommunicationError):
Dcredentials_lib.py156 raise exceptions.CommunicationError(
320 except exceptions.CommunicationError:
Dtransfer.py872 raise exceptions.CommunicationError(
/external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/oauth2client/
Ddevshell.py31 class CommunicationError(Error): class
83 raise CommunicationError('saw no newline in the first 6 bytes')
/external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/apitools/gen/
Dutil.py23 class CommunicationError(Error): class
309 raise CommunicationError(
Dgen_client.py116 except exceptions.CommunicationError: