MCPcopy Create free account
hub / github.com/aws/aws-cli / RetriesExceededError

Class RetriesExceededError

awscli/s3transfer/exceptions.py:16–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14
15
16class RetriesExceededError(Exception):
17 def __init__(self, last_exception, msg='Max Retries Exceeded'):
18 super().__init__(msg)
19 self.last_exception = last_exception
20
21
22class S3UploadFailedError(Exception):

Callers 3

_mainMethod · 0.90
_download_rangeMethod · 0.90
_get_objectMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected