Skip to content

Commit 9d72f66

Browse files
committed
Add table incompatible status code
1 parent 906b86f commit 9d72f66

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

iotdb-client/service-rpc/src/main/java/org/apache/iotdb/rpc/TSStatusCode.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ public enum TSStatusCode {
9595
TABLE_ALREADY_EXISTS(551),
9696
COLUMN_ALREADY_EXISTS(552),
9797
TABLE_IS_LOST(553),
98+
TABLE_INCOMPATIBLE(554),
9899
ONLY_LOGICAL_VIEW(560),
99100

100101
// Storage Engine

0 commit comments

Comments
 (0)