- Notifications
You must be signed in to change notification settings - Fork 34
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
PatchDocumentsResponse is the model representing one object from the response when updating multiple document. In case of error, the response returned by ArangoDB contains the errorMessage property. However PatchDocumentsResponse doesn't contain an equivalent ErrorMessage property.
Example:
[ { "error": true, "errorNum": 1205, "errorMessage": "illegal document handle" } ]Online documentation: https://www.arangodb.com/docs/stable/http/document-working-with-documents.html#update-documents
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working