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:356–357 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
354
error_code = 0x2200
355
356
def
to_exception(self):
357
return
InvalidRequest(self.summary_msg())
358
359
360
class
ConfigurationException(RequestValidationException):
Callers
nothing calls this directly
Calls
2
InvalidRequest
Class · 0.90
summary_msg
Method · 0.80
Tested by
no test coverage detected