-
Type: Improvement
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Empty show more show less
The latest slew of retryable write updates improved the driver by properly reporting write concern errors as errors, client-side. This was a good start, but we can still improve on this design by creating a more specific error class (e.g. MongoWriteConcernError) so we can catch this specific error type for more complicated logic elsewhere.