MongoDB

MongoDB is a source-available cross-platform document-oriented NoSQL database program.

Vendor MongoDB Inc.
Category NoSQL Databases
Platforms windows linux macos
📊
333
Total Errors
Browse All Errors →
11000 Error

Duplicate Key

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

Authentication Failed

MongoDB Error 18: Authentication Failed

This error indicates that the MongoDB server rejected a connection attempt due to invalid authentication credentials....

26 Error

Namespace Not Found

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

Not Writable Primary

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

Type Mismatch

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

Out Of Disk Space

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

No Matching Document

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

Network Timeout

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

Socket Exception

MongoDB Error 9001: Connection Failure

This error indicates a problem with the underlying network communication between your application and the MongoDB ser...

10334 Error

B S O N Object Too Large

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 ...