Home
last modified time | relevance | path

Searched refs:ResumableDownloadException (Results 1 – 8 of 8) sorted by relevance

/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/s3/
Dresumable_download_handler.py30 from boto.exception import ResumableDownloadException
159 raise ResumableDownloadException(
189 raise ResumableDownloadException(
303 except ResumableDownloadException as e:
331 raise ResumableDownloadException(
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/gs/
Dtest_resumable_downloads.py34 from boto.exception import ResumableDownloadException
105 except ResumableDownloadException, e:
231 except ResumableDownloadException, e:
348 except ResumableDownloadException, e:
/external/chromium-trace/catapult/third_party/gsutil/gslib/
Dboto_translation.py41 from boto.exception import ResumableDownloadException as BotoResumableDownloadException
58 from gslib.cloud_api import ResumableDownloadException
99 boto.exception.ResumableDownloadException,
609 raise ResumableDownloadException(e.message)
625 raise ResumableDownloadException(
1508 if isinstance(e, boto.exception.ResumableDownloadException):
1509 return ResumableDownloadException(e.message)
Dcloud_api.py582 class ResumableDownloadException(RetryableServiceException): class
Dgcs_json_api.py51 from gslib.cloud_api import ResumableDownloadException
726 raise ResumableDownloadException(
Dcopy_helper.py52 from gslib.cloud_api import ResumableDownloadException
2187 except ResumableDownloadException as e:
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/
Dexception.py533 class ResumableDownloadException(Exception): class
541 super(ResumableDownloadException, self).__init__(message, disposition)
/external/chromium-trace/catapult/third_party/gsutil/gslib/tests/
Dtest_cp.py40 from gslib.cloud_api import ResumableDownloadException
94 raise ResumableDownloadException('Artifically halting download.')
160 raise ResumableDownloadException('Artifically halting download.')