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

Class InvalidId

bson/errors.py:48–49  ·  view source on GitHub ↗

Raised when trying to create an ObjectId from invalid data.

Source from the content-addressed store, hash-verified

46
47
48class InvalidId(BSONError):
49 """Raised when trying to create an ObjectId from invalid data."""

Callers 1

_raise_invalid_idFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected