When _bulk_docs save happens, sometimes an entity will fail to save with an exception.
When this happens the response should return an error of type "Forbidden" to comply with the couchdb spec.
https://docs.couchdb.org/en/stable/api/database/bulk-api.html#bulk-docum...
Returning any other codes can mean that the response isn't counted properly as a failure by certain clients.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | bulk-docs-forbidden-status-on-error-3172836-2.patch | 541 bytes | thtas |
Comments
Comment #2
thtas commentedPatch attached