Skip to content

PatchDocumentsResponse is missing error message #267

@DiscoPYF

Description

@DiscoPYF

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 working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions