MCPcopy Create free account
hub / github.com/apache/cassandra-python-driver / ProtocolError

Class ProtocolError

cassandra/connection.py:439–443  ·  view source on GitHub ↗

Communication did not match the protocol that this driver expects.

Source from the content-addressed store, hash-verified

437
438
439class ProtocolError(Exception):
440 """
441 Communication did not match the protocol that this driver expects.
442 """
443 pass
444
445
446class CrcMismatchException(ConnectionException):

Callers 4

_read_frame_headerMethod · 0.85
_handle_auth_responseMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected