MCPcopy 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
352class InvalidRequestException(RequestValidationException):

Callers

nothing calls this directly

Calls 2

UnauthorizedClass · 0.90
summary_msgMethod · 0.80

Tested by

no test coverage detected