Skip to content

Commit cbb613a

Browse files
authored
fix retry error (#1565)
1 parent 6b172df commit cbb613a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tencentcloud/common.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ var retryableErrorCode = []string{
7373
"ClientError.NetworkError",
7474
"ClientError.HttpStatusCodeError",
7575
// common
76-
//"FailedOperation",
76+
"FailedOperation",
7777
"TradeUnknownError",
7878
"RequestLimitExceeded",
7979
"ResourceInUse",

0 commit comments

Comments
 (0)