Home
last modified time | relevance | path

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

/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/gs/
Dtest_generation_conditionals.py32 from boto.exception import GSResponseError
48 with self.assertRaisesRegexp(GSResponseError, VERSION_MISMATCH):
57 with self.assertRaisesRegexp(GSResponseError, VERSION_MISMATCH):
68 with self.assertRaisesRegexp(GSResponseError, VERSION_MISMATCH):
75 with self.assertRaisesRegexp(GSResponseError, VERSION_MISMATCH):
97 with self.assertRaisesRegexp(GSResponseError, VERSION_MISMATCH):
103 with self.assertRaisesRegexp(GSResponseError, VERSION_MISMATCH):
136 with self.assertRaisesRegexp(GSResponseError, VERSION_MISMATCH):
140 with self.assertRaisesRegexp(GSResponseError, VERSION_MISMATCH):
160 with self.assertRaisesRegexp(GSResponseError, VERSION_MISMATCH):
[all …]
Dtestcase.py30 from boto.exception import GSResponseError
50 @retry(GSResponseError)
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/s3/
Dtest_https_cert_validation.py100 self.assertConnectionThrows(GSConnection, exception.GSResponseError)
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/gs/
Dbucket.py29 from boto.exception import GSResponseError
109 except GSResponseError as e:
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/
Dexception.py322 class GSResponseError(StorageResponseError): class
Dprovider.py176 STORAGE_RESPONSE_ERROR: boto.exception.GSResponseError,
/external/chromium-trace/catapult/third_party/gsutil/gslib/
Dboto_translation.py1407 except boto.exception.GSResponseError, e: