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

Class CrcException

cassandra/segment.py:30–38  ·  view source on GitHub ↗

CRC mismatch error. TODO: here to avoid import cycles with cassandra.connection. In the next major, the exceptions should be declared in a separated exceptions.py file.

Source from the content-addressed store, hash-verified

28
29
30class CrcException(Exception):
31 """
32 CRC mismatch error.
33
34 TODO: here to avoid import cycles with cassandra.connection. In the next
35 major, the exceptions should be declared in a separated exceptions.py
36 file.
37 """
38 pass
39
40
41def compute_crc24(data, length):

Callers 2

decode_headerMethod · 0.85
decodeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected