MCPcopy Index your code
hub / github.com/apache/cassandra-python-driver / TraceUnavailable

Class TraceUnavailable

cassandra/query.py:862–866  ·  view source on GitHub ↗

Raised when complete trace details cannot be fetched from Cassandra.

Source from the content-addressed store, hash-verified

860
861
862class TraceUnavailable(Exception):
863 """
864 Raised when complete trace details cannot be fetched from Cassandra.
865 """
866 pass
867
868
869class QueryTrace(object):

Callers 3

get_query_traceMethod · 0.90
populateMethod · 0.85
_executeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected