Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
63
class
ProtocolError(PyMongoError):
64
""
"Raised for failures related to the wire protocol."
""
65
66
67
class
ConnectionFailure(PyMongoError):
Callers
6
read
Method · 0.90
process_header
Method · 0.90
async_receive_message
Function · 0.90
receive_message
Function · 0.90
raw_response
Method · 0.90
unpack
Method · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected