-
Type: Task
-
Resolution: Done
-
Priority: Major - P3
-
None
-
Affects Version/s: 1.0.0-beta1
-
Component/s: None
-
None
To be consistent with mongos:
https://github.com/mongodb/mongo/blob/r3.1.8/src/mongo/s/write_ops/batch_write_op.cpp#L754-l776
Basically, mongos sets the write concern error code to 64 (WriteConcernFailed) and concatenates the multiple errors into 1 string for the writeConcern error message.
- depends on
-
CDRIVER-901 _mongoc_write_result_complete() does not populate bson_error_t from write concern errors
- Closed
-
PHPC-436 Handle new writeConcernErrors array in mongoc_write_result_t
- Closed