mirror of https://github.com/milvus-io/milvus.git
fix: repeated error code in milvus and segcore (#37449)
issue: #37357 pr: #37359 Signed-off-by: chyezh <chyezh@outlook.com>pull/37471/head^2
parent
4ae5337343
commit
cea8c756d4
|
@ -68,7 +68,7 @@ enum ErrorCode {
|
|||
FollyOtherException = 2037,
|
||||
FollyCancel = 2038,
|
||||
OutOfRange = 2037,
|
||||
KnowhereError = 2100,
|
||||
KnowhereError = 2099,
|
||||
};
|
||||
namespace impl {
|
||||
void
|
||||
|
|
Loading…
Reference in New Issue