Everywhere in the code and in the documentation we use error code 11000 to indicate duplicate key errors. In the MMAP V1's btree code, we could return error code 84 (DuplicateKeyValue) and this might get propagated to the caller.
We should get rid of error code 84.
- related to
-
SERVER-23590 Prevent propagation of DuplicateKeyValue error codes
- Closed