mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
8 lines
136 B
Python
8 lines
136 B
Python
INVALID_CODE = -1
|
|
|
|
CONNECT_ERROR_CODE = 10001
|
|
CONNECTTION_NOT_FOUND_CODE = 10002
|
|
|
|
TABLE_NOT_FOUND_CODE = 20001
|
|
INVALID_ARGUMENT = 20002
|