Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
683
class
AuthenticationFailed(DriverException):
684
""
"
685
Failed to authenticate.
686
""
"
687
pass
688
689
690
class
OperationTimedOut(DriverException):
Callers
2
_handle_startup_response
Method · 0.90
_handle_auth_response
Method · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected