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