-
Type: Improvement
-
Resolution: Won't Fix
-
Priority: Major - P3
-
None
-
Affects Version/s: 4.1.3
-
Component/s: None
-
Storage Execution
SERVER-35731 introduced a new error code DataModifiedByRepair. Upon further examination, this error code is not necessary. Methods that return it should prefer to return a StatusWith and an enum indicating whether or not data was modified, instead of a Status indicating that something was successful in a different way.