-
Notifications
You must be signed in to change notification settings - Fork 75
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
guoyuanlu
committed
Aug 15, 2024
1 parent
4996e51
commit 7c2d12e
Showing
11 changed files
with
233 additions
and
86 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
51 changes: 51 additions & 0 deletions
51
eden-demo-cola-start/src/main/resources/META-INF/error/message.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
# | ||
# Copyright 2012-2019 the original author or authors. | ||
# | ||
# Licensed under the Apache License, Version 2.0 (the "License"); | ||
# you may not use this file except in compliance with the License. | ||
# You may obtain a copy of the License at | ||
# | ||
# https://www.apache.org/licenses/LICENSE-2.0 | ||
# | ||
# Unless required by applicable law or agreed to in writing, software | ||
# distributed under the License is distributed on an "AS IS" BASIS, | ||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
# See the License for the specific language governing permissions and | ||
# limitations under the License. | ||
# | ||
# Client Error Code | ||
REQ-ERROR-400=Bad request | ||
REQ-LIMIT-429=Request limit | ||
REQ-FLOW-429=Flow block | ||
REQ-DEGRADE-429=Server degrade | ||
REQ-PARAM-429=Param flow control block | ||
REQ-BLOCK-429=System block | ||
REQ-AUTH-429=Authority block | ||
REQ-REPEAT-409=Duplicate request limit | ||
REQ-UNIQUE-401=Idempotent token required | ||
REQ-UNIQUE-403=Invalid idempotent token | ||
REQ-UNIQUE-409=Idempotent request repetition limit | ||
USER-DISABLED-403=User not active | ||
USER-ACCESS-403=User has no permission | ||
USER-LOGIN-401=Login session has expired | ||
USER-FOUND-404=User not found or deleted | ||
USER-AUTH-400=Authentication failed | ||
PWD-INVALID-400=Invalid password | ||
# Server Error Code | ||
SYS-ERROR-500=Internal server error | ||
PROP-REQUIRED-500=Property '{}' is required | ||
MQ-PRODUCE-500=Message produce failed | ||
MQ-CONSUME-500=Message consume failed | ||
DUBBO-DEGRADE-429=Trigger dubbo degrade | ||
ZK-ERROR-500=Zookeeper error | ||
LOCK-ACQUIRE-500=Acquire lock failed | ||
LOCK-RELEASE-500=Release lock failed | ||
LOCK-TIMEOUT-500=Acquire lock timeout | ||
EXT-LOAD-404=Extension not found named '{}' | ||
# Third Error Code | ||
SMS-SEND-500=Send sms failed | ||
SMS-SERVER-500=Sms server error | ||
SMS-SERVER-502=Send sms to server timeout | ||
MAIL-SEND-500=Send mail failed | ||
MAIL-SERVER-500=Mail server error | ||
MAIL-SERVER-502=Send mail to server timeout |
Oops, something went wrong.