Details
-
Bug
-
Resolution: Fixed
-
Major - P3
-
None
-
None
-
None
Description
The extractError function in the operations layer creates either a driver.Error or driver.WriteCommandError, which can have a driver.WriteConcernError field inside it. The Server.ProcessError function should check for driver.WriteCommandError rather than directly checking for driver.WriteConcernError.