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

Class WriteError

pymongo/errors.py:253–257  ·  view source on GitHub ↗

Base exception type for errors raised during write operations. .. versionadded:: 3.0

Source from the content-addressed store, hash-verified

251
252
253class WriteError(OperationFailure):
254 """Base exception type for errors raised during write operations.
255
256 .. versionadded:: 3.0
257 """
258
259
260class WTimeoutError(WriteConcernError):

Callers 1

_raise_last_write_errorFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected