Searched refs:ResumableDownloadException (Results 1 – 8 of 8) sorted by relevance
30 from boto.exception import ResumableDownloadException159 raise ResumableDownloadException(189 raise ResumableDownloadException(303 except ResumableDownloadException as e:331 raise ResumableDownloadException(
34 from boto.exception import ResumableDownloadException105 except ResumableDownloadException, e:231 except ResumableDownloadException, e:348 except ResumableDownloadException, e:
41 from boto.exception import ResumableDownloadException as BotoResumableDownloadException58 from gslib.cloud_api import ResumableDownloadException99 boto.exception.ResumableDownloadException,609 raise ResumableDownloadException(e.message)625 raise ResumableDownloadException(1508 if isinstance(e, boto.exception.ResumableDownloadException):1509 return ResumableDownloadException(e.message)
582 class ResumableDownloadException(RetryableServiceException): class
51 from gslib.cloud_api import ResumableDownloadException726 raise ResumableDownloadException(
52 from gslib.cloud_api import ResumableDownloadException2187 except ResumableDownloadException as e:
533 class ResumableDownloadException(Exception): class541 super(ResumableDownloadException, self).__init__(message, disposition)
40 from gslib.cloud_api import ResumableDownloadException94 raise ResumableDownloadException('Artifically halting download.')160 raise ResumableDownloadException('Artifically halting download.')