mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-01-30 23:27:36 +01:00
Merge #5284
5284: Fix [5281] Removed CouldNotUpgrade from error file r=irevoire a=manojks1999 # Pull Request ## Related issue Fixes #5281 ## What does this PR do? - ... ## PR checklist Please check if your PR fulfills the following requirements: - [ * ] Does this PR fix an existing issue, or have you listed the changes applied in the PR description (and why they are needed)? - [ * ] Have you read the contributing guidelines? - [ * ] Have you made sure that the title is accurate and descriptive of the changes? Co-authored-by: manojks1999 <9743manoj@gmail.com>
This commit is contained in:
commit
df9d10ac44
@ -371,8 +371,7 @@ VectorEmbeddingError , InvalidRequest , BAD_REQUEST ;
|
||||
NotFoundSimilarId , InvalidRequest , BAD_REQUEST ;
|
||||
InvalidDocumentEditionContext , InvalidRequest , BAD_REQUEST ;
|
||||
InvalidDocumentEditionFunctionFilter , InvalidRequest , BAD_REQUEST ;
|
||||
EditDocumentsByFunctionError , InvalidRequest , BAD_REQUEST ;
|
||||
CouldNotUpgrade , InvalidRequest , BAD_REQUEST
|
||||
EditDocumentsByFunctionError , InvalidRequest , BAD_REQUEST
|
||||
}
|
||||
|
||||
impl ErrorCode for JoinError {
|
||||
|
Loading…
x
Reference in New Issue
Block a user