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:330–331 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
328
}
329
330
def
to_exception(self):
331
return
WriteFailure(self.summary_msg(), **self.info)
332
333
334
class
CDCWriteException(RequestExecutionException):
Callers
nothing calls this directly
Calls
2
WriteFailure
Class · 0.90
summary_msg
Method · 0.80
Tested by
no test coverage detected