Skip to content

Remove Code property from multiple documents single response #241

@DiscoPYF

Description

@DiscoPYF

The code property is not present in the responses from endpoints operating on multiple document.
Tested with ArangoDB 3.6, 3.5 and 3.4.

Example:

[ { "error": true, "errorNum": 1202, "errorMessage": "document not found" }, { "error": true, "errorNum": 1205, "errorMessage": "illegal document handle" } ] 

We should remove the property from the response models because otherwise it can mislead users.

Impacted classes:

  • PostDocumentsDocumentResponse
  • DeleteDocumentsDocumentResponse

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions