mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-29 23:15:28 +08:00
6 lines
111 B
Python
6 lines
111 B
Python
|
|
class ErrorCode(object):
|
|
SUCCESS_CODE = 0
|
|
FAULT_CODE = 1
|
|
GROUP_NOT_EXIST = 2
|
|
ALREADY_EXIST = 3 |