milvus/mishards/exception_codes.py
2019-09-18 11:56:00 +08:00

7 lines
111 B
Python

INVALID_CODE = -1
CONNECT_ERROR_CODE = 10001
CONNECTTION_NOT_FOUND_CODE = 10002
TABLE_NOT_FOUND_CODE = 20001