MCPcopy Index your code
hub / github.com/mongodb/mongo-python-driver / DocumentTooLarge

Class DocumentTooLarge

pymongo/errors.py:384–385  ·  view source on GitHub ↗

Raised when an encoded document is too large for the connected server.

Source from the content-addressed store, hash-verified

382
383
384class DocumentTooLarge(InvalidDocument):
385 """Raised when an encoded document is too large for the connected server."""
386
387
388class EncryptionError(PyMongoError):

Callers 3

send_messageMethod · 0.90
send_messageMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected