This is an automated email from the ASF dual-hosted git repository.

albumenj pushed a commit to branch 3.1
in repository https://gitbox.apache.org/repos/asf/dubbo.git


The following commit(s) were added to refs/heads/3.1 by this push:
     new b09f4555be Add 99-X error codes. (#10787)
b09f4555be is described below

commit b09f4555be547aace8657b7feda467c05d4c304c
Author: Andy Cheung <[email protected]>
AuthorDate: Mon Oct 24 11:11:19 2022 +0800

    Add 99-X error codes. (#10787)
---
 .../java/org/apache/dubbo/common/constants/LoggerCodeConstants.java  | 5 +++++
 1 file changed, 5 insertions(+)

diff --git 
a/dubbo-common/src/main/java/org/apache/dubbo/common/constants/LoggerCodeConstants.java
 
b/dubbo-common/src/main/java/org/apache/dubbo/common/constants/LoggerCodeConstants.java
index ae41ddfe5c..8934fb77ac 100644
--- 
a/dubbo-common/src/main/java/org/apache/dubbo/common/constants/LoggerCodeConstants.java
+++ 
b/dubbo-common/src/main/java/org/apache/dubbo/common/constants/LoggerCodeConstants.java
@@ -164,4 +164,9 @@ public interface LoggerCodeConstants {
 
     String TRANSPORT_CLIENT_CONNECT_TIMEOUT = "6-2";
 
+    // Internal unknown error.
+
+    String INTERNAL_ERROR = "99-0";
+
+    String INTERNAL_INTERRUPTED = "99-1";
 }

Reply via email to