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

Class ConfigurationError

pymongo/errors.py:172–173  ·  view source on GitHub ↗

Raised when something is incorrectly configured.

Source from the content-addressed store, hash-verified

170
171
172class ConfigurationError(PyMongoError):
173 """Raised when something is incorrectly configured."""
174
175
176class OperationFailure(PyMongoError):

Callers 15

__init__Method · 0.90
__init__Method · 0.90
__init__Method · 0.90
__init__Method · 0.90
__init__Method · 0.90
__init__Method · 0.90
ensure_all_connectedFunction · 0.90
check_compatibleMethod · 0.90
apply_selectorMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected