Skip to content

Commit 50e3417

Browse files
authored
Merge pull request #407 from oceanbase/adapt_errcode_4669
Adapt error code -4669
2 parents 49624ba + 5394425 commit 50e3417

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -360,6 +360,7 @@ public enum ResultCodes {
360360
OB_CLUSTER_NO_MATCH(-4666), //
361361
OB_CHECK_ZONE_MERGE_ORDER(-4667), //
362362
OB_ERR_ZONE_NOT_EMPTY(-4668), //
363+
OB_DIFFERENT_LOCALITY(-4669), //
363364
OB_USE_DUP_FOLLOW_AFTER_DML(-4686), //
364365
OB_LS_NOT_EXIST(-4719), //
365366
OB_MAPPING_BETWEEN_TABLET_AND_LS_NOT_EXIST(-4723), //

0 commit comments

Comments
 (0)