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

Class ProtocolError

pymongo/errors.py:63–64  ·  view source on GitHub ↗

Raised for failures related to the wire protocol.

Source from the content-addressed store, hash-verified

61
62
63class ProtocolError(PyMongoError):
64 """Raised for failures related to the wire protocol."""
65
66
67class ConnectionFailure(PyMongoError):

Callers 6

readMethod · 0.90
process_headerMethod · 0.90
async_receive_messageFunction · 0.90
receive_messageFunction · 0.90
raw_responseMethod · 0.90
unpackMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected