How to obtain an S3ServiceException with the $retryable attribute locally for debugging? #5092
Unanswered
weichongwin
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
When receiving S3ServiceException, my service code will check the error.$retryable attribute to determine whether to retry.
code example:
I want to verify whether this part of the code is effective. Can you tell me how to obtain an S3ServiceException which the $retryable attribute is true.
Thanks.
aws-sdk/client-s3 S3ServiceException doc:

https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-s3/Class/S3ServiceException/
Beta Was this translation helpful? Give feedback.
All reactions