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

Method to_exception

cassandra/protocol.py:282–283  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

280 }
281
282 def to_exception(self):
283 return ReadFailure(self.summary_msg(), **self.info)
284
285
286class FunctionFailureMessage(RequestExecutionException):

Callers

nothing calls this directly

Calls 2

ReadFailureClass · 0.90
summary_msgMethod · 0.80

Tested by

no test coverage detected