MongoDB
MongoDB is a source-available cross-platform document-oriented NoSQL database program.
Common Errors
View all 333 errors →11000
Error
MongoDB Error 11000: Duplicate Key Violation
MongoDB Error 11000, 'Duplicate Key', indicates that a write operation (insert or update) attempted to create or modi...
18
Error
MongoDB Error 18: Authentication Failed
This error indicates that the MongoDB server rejected a connection attempt due to invalid authentication credentials....
26
Error
MongoDB Error 26: Namespace Not Found
Error 26, 'Namespace Not Found', indicates that the database, collection, or index you are attempting to access does ...
10107
Error
MongoDB Error 10107: Not Writable Primary
This error indicates that a write operation was attempted on a MongoDB replica set member that is not currently the p...
14
Error
MongoDB Error 14: Data Type Mismatch
This error indicates that an operation attempted to use data with an incompatible BSON type. It typically occurs when...
14031
Error
MongoDB Error 14031: Out of Disk Space
This critical MongoDB error indicates that the database server has run out of available disk space on its host system...
47
Error
MongoDB Error 47: No Document Found
MongoDB Error 47, 'No Matching Document', indicates that a database operation (such as findOne, updateOne, or deleteO...
89
Error
MongoDB Error 89: Connection Timeout
Error 89, 'Network Timeout', indicates that a MongoDB client failed to establish or maintain a connection with the Mo...
9001
Error
MongoDB Error 9001: Connection Failure
This error indicates a problem with the underlying network communication between your application and the MongoDB ser...
10334
Error
MongoDB Error 10334: BSON Object Too Large
This error indicates that a BSON document you are trying to insert or update exceeds MongoDB's maximum document size ...