fix: repeated error code in milvus and segcore (#37449)

issue: #37357
pr: #37359

Signed-off-by: chyezh <chyezh@outlook.com>
pull/37471/head^2
Zhen Ye 2024-11-07 10:46:25 +08:00 committed by GitHub
parent 4ae5337343
commit cea8c756d4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ enum ErrorCode {
FollyOtherException = 2037,
FollyCancel = 2038,
OutOfRange = 2037,
KnowhereError = 2100,
KnowhereError = 2099,
};
namespace impl {
void