Skip to content

Make ClientError accessible from S3UploadFailedError#4346

Draft
glerb wants to merge 3 commits intoboto:developfrom
glerb:s3uploadfailederror-from-clienterror
Draft

Make ClientError accessible from S3UploadFailedError#4346
glerb wants to merge 3 commits intoboto:developfrom
glerb:s3uploadfailederror-from-clienterror

Conversation

@glerb
Copy link
Copy Markdown
Contributor

@glerb glerb commented Nov 13, 2024

S3UploadFailedError currently replaces ClientError, but does not include a "from ClientError" clause to allow the original ClientError information to be accessed by other packages. Adding this clause will allow access to ClientError elements via error.__cause__

See #4299

S3UploadFailedError currently replaces ClientError, but does not include a "from ClientError" clause to allow the original ClientError information to be accessed by other packages. Adding this clause will allow access to ClientError elements via `e.__cause__`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant