Skip to content

Commit 8fe6c37

Browse files
authored
adapt new odp errcode -10654 (#395)
1 parent b4f9fa3 commit 8fe6c37

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/main/java/com/alipay/oceanbase/rpc/protocol/payload/ResultCodes.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -751,7 +751,8 @@ public enum ResultCodes {
751751
OB_KV_HBASE_TABLE_NOT_EXISTS(-10523), //
752752
OB_KV_SESS_NOT_EXIST(-10524), //
753753
OB_KV_ODP_TIMEOUT(-10650), //
754-
OB_ERR_KV_ROUTE_ENTRY_EXPIRE(-10653);
754+
OB_ERR_KV_ROUTE_ENTRY_EXPIRE(-10653),
755+
OB_ERR_KV_ODP_SERVER_NET_ERROR(-10654);
755756

756757
public final int errorCode;
757758

0 commit comments

Comments
 (0)