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

Class AuthenticationFailed

cassandra/__init__.py:683–687  ·  view source on GitHub ↗

Failed to authenticate.

Source from the content-addressed store, hash-verified

681
682
683class AuthenticationFailed(DriverException):
684 """
685 Failed to authenticate.
686 """
687 pass
688
689
690class OperationTimedOut(DriverException):

Callers 2

_handle_auth_responseMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected