Change some error messages

This commit is contained in:
many 2021-10-26 17:49:35 +02:00
parent d7943fe225
commit 3599df77f0
No known key found for this signature in database
GPG key ID: 2CEF23B75189EACA
6 changed files with 138 additions and 118 deletions

View file

@ -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 =