MCPcopy Create free account
hub / github.com/apache/cassandra-python-driver / to_exception

Method to_exception

cassandra/protocol.py:201–202  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

199 }
200
201 def to_exception(self):
202 return Unavailable(self.summary_msg(), **self.info)
203
204
205class OverloadedErrorMessage(RequestExecutionException):

Callers

nothing calls this directly

Calls 2

UnavailableClass · 0.90
summary_msgMethod · 0.80

Tested by

no test coverage detected