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

Method recv_error_info

cassandra/protocol.py:370–372  ·  view source on GitHub ↗
(f, protocol_version)

Source from the content-addressed store, hash-verified

368
369 @staticmethod
370 def recv_error_info(f, protocol_version):
371 # return the query ID
372 return read_binary_string(f)
373
374
375class AlreadyExistsException(ConfigurationException):

Callers

nothing calls this directly

Calls 1

read_binary_stringFunction · 0.85

Tested by

no test coverage detected