aws-amplify / aws-sdk-android

AWS SDK for Android. For more information, see our web site:
https://docs.amplify.aws
Other
1.03k stars 548 forks source link

chore(analytics): Simplify error code checking, uniformly across platforms #3191

Closed tjleing closed 1 year ago

tjleing commented 1 year ago

Flutter team asked Pinpoint about error codes and discovered that any event with a status code of 5xx can be retried. Checking specifically for exception names may be deprecated if they decide to add additional exception types, but they will maintain that 5xx error codes can be retried going forward. Matching PR on Amplify v2 here.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.