We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6fb1f6 commit 75cd258Copy full SHA for 75cd258
packages/service-error-classification/src/constants.ts
@@ -20,20 +20,20 @@ export const CLOCK_SKEW_ERROR_CODES = [
20
* These errors are always retryable.
21
*/
22
export const THROTTLING_ERROR_CODES = [
23
- "Throttling",
24
- "ThrottlingException",
25
- "ThrottledException",
26
- "RequestThrottledException",
27
- "TooManyRequestsException",
28
- "ProvisionedThroughputExceededException",
29
- "TransactionInProgressException",
30
- "RequestLimitExceeded",
31
"BandwidthLimitExceeded",
+ "EC2ThrottledException",
32
"LimitExceededException",
+ "PriorRequestNotComplete",
+ "ProvisionedThroughputExceededException",
+ "RequestLimitExceeded",
33
"RequestThrottled",
+ "RequestThrottledException",
34
"SlowDown",
35
- "PriorRequestNotComplete",
36
- "EC2ThrottledException",
+ "ThrottledException",
+ "Throttling",
+ "ThrottlingException",
+ "TooManyRequestsException",
+ "TransactionInProgressException", // DynamoDB
37
];
38
39
/**
0 commit comments