Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/cassandra-python-driver
/ to_exception
Method
to_exception
cassandra/protocol.py:298–299 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
296
}
297
298
def
to_exception(self):
299
return
FunctionFailure(self.summary_msg(), **self.info)
300
301
302
class
WriteFailureMessage(RequestExecutionException):
Callers
nothing calls this directly
Calls
2
FunctionFailure
Class · 0.90
summary_msg
Method · 0.80
Tested by
no test coverage detected