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:348–349 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
346
error_code = 0x2100
347
348
def
to_exception(self):
349
return
Unauthorized(self.summary_msg())
350
351
352
class
InvalidRequestException(RequestValidationException):
Callers
nothing calls this directly
Calls
2
Unauthorized
Class · 0.90
summary_msg
Method · 0.80
Tested by
no test coverage detected