mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-07-27 08:41:00 +00:00
Merge #239
239: Bump milli to 0.6.0 r=MarinPostma a=MarinPostma fix #231 Co-authored-by: marin postma <postma.marin@protonmail.com>
This commit is contained in:
@ -119,6 +119,7 @@ impl ErrorCode for MilliError<'_> {
|
||||
UserError::PrimaryKeyCannotBeChanged => Code::PrimaryKeyAlreadyPresent,
|
||||
UserError::PrimaryKeyCannotBeReset => Code::PrimaryKeyAlreadyPresent,
|
||||
UserError::UnknownInternalDocumentId { .. } => Code::DocumentNotFound,
|
||||
UserError::InvalidFacetsDistribution { .. } => Code::BadRequest,
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user