Thanks to visit codestin.com Credit goes to github.com
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 baeede9 commit 887cbe2Copy full SHA for 887cbe2
‎server/api-service/lowcoder-sdk/src/main/java/org/lowcoder/sdk/exception/BizError.java
@@ -19,7 +19,7 @@ public enum BizError {
19
INFRA_REDIS_TIMEOUT(500, 5006),
20
INFRA_MONGO_TIMEOUT(500, 5007),
21
INVALID_PERMISSION_OPERATION(500, 5008),
22
- REQUEST_THROTTLED(500, 5009),
+ REQUEST_THROTTLED(429, 5009),
23
SERVER_NOT_READY(503, 5010),
24
REDIRECT(302, 5011),
25
0 commit comments