-
Notifications
You must be signed in to change notification settings - Fork 976
Closed
Labels
feature-requestA feature should be added or improved.A feature should be added or improved.p3This is a minor priority issueThis is a minor priority issue
Description
Describe the feature
When we get an sdk exception it can be difficult to figure out if the request was retried by the SDK. It would be really nice if the attemptNumber was copied into the sdk exception, so it is easy to see how many times a request was attempted.
Is your Feature Request related to a problem?
Understanding the SDK behavior in exceptional cases is often difficult. Adding more information to the sdk exception would make that simpler.
Proposed Solution
Add attemptNumber from
Line 61 in a321e63
| private int attemptNumber = 0; |
Describe alternatives you've considered
No response
Acknowledge
- I may be able to implement this feature request
AWS Java SDK version used
2.17.59
JDK version used
1.8.0_302
Operating System and version
Linux
Metadata
Metadata
Assignees
Labels
feature-requestA feature should be added or improved.A feature should be added or improved.p3This is a minor priority issueThis is a minor priority issue