Skip to content

Commit 3801f3e

Browse files
committed
chore: update list of Throttling Error codes
1 parent 4895ac7 commit 3801f3e

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

packages/service-error-classification/src/constants.ts

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,18 @@ export const STILL_PROCESSING_ERROR_CODES = ["PriorRequestNotComplete"];
2525
* These errors are always retryable.
2626
*/
2727
export const THROTTLING_ERROR_CODES = [
28-
"BandwidthLimitExceeded",
28+
"Throttling",
29+
"ThrottlingException",
30+
"ThrottledException",
31+
"RequestThrottledException",
32+
"TooManyRequestsException",
2933
"ProvisionedThroughputExceededException",
34+
"TransactionInProgressException",
3035
"RequestLimitExceeded",
36+
"BandwidthLimitExceeded",
37+
"LimitExceededException",
3138
"RequestThrottled",
32-
"RequestThrottledException",
3339
"SlowDown",
34-
"ThrottledException",
35-
"Throttling",
36-
"ThrottlingException",
37-
"TooManyRequestsException"
40+
"PriorRequestNotComplete",
41+
"EC2ThrottledException"
3842
];

0 commit comments

Comments
 (0)