Searched refs:GSResponseError (Results 1 – 7 of 7) sorted by relevance
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/gs/ |
D | test_generation_conditionals.py | 32 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 …]
|
D | testcase.py | 30 from boto.exception import GSResponseError 50 @retry(GSResponseError)
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/s3/ |
D | test_https_cert_validation.py | 100 self.assertConnectionThrows(GSConnection, exception.GSResponseError)
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/gs/ |
D | bucket.py | 29 from boto.exception import GSResponseError 109 except GSResponseError as e:
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/ |
D | exception.py | 322 class GSResponseError(StorageResponseError): class
|
D | provider.py | 176 STORAGE_RESPONSE_ERROR: boto.exception.GSResponseError,
|
/external/chromium-trace/catapult/third_party/gsutil/gslib/ |
D | boto_translation.py | 1407 except boto.exception.GSResponseError, e:
|