milvus/exception_codes.py
2019-09-17 14:28:34 +08:00

5 lines
81 B
Python

INVALID_CODE = -1
CONNECT_ERROR_CODE = 10001
CONNECTTION_NOT_FOUND_CODE = 10002