MCPcopy Index your code
hub / github.com/MongoEngine/mongoengine / NotUniqueError

Class NotUniqueError

mongoengine/errors.py:52–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50
51
52class NotUniqueError(OperationError):
53 pass
54
55
56class BulkWriteError(OperationError):

Callers 4

insertMethod · 0.90
updateMethod · 0.90
modifyMethod · 0.90
saveMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected