mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 20:37:15 +02:00
Change some error messages
This commit is contained in:
parent
d7943fe225
commit
3599df77f0
6 changed files with 138 additions and 118 deletions
|
@ -187,7 +187,11 @@ impl Transform<'_, '_> {
|
|||
}
|
||||
}
|
||||
|
||||
return Err(UserError::MissingDocumentId { document: json }.into());
|
||||
return Err(UserError::MissingDocumentId {
|
||||
primary_key: primary_key_name,
|
||||
document: json,
|
||||
}
|
||||
.into());
|
||||
}
|
||||
|
||||
let uuid =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue