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.
2 parents baeede9 + 887cbe2 commit 4f46fd6Copy full SHA for 4f46fd6
‎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