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

Class Unauthorized

cassandra/__init__.py:676–680  ·  view source on GitHub ↗

The current user is not authorized to perform the requested operation.

Source from the content-addressed store, hash-verified

674
675
676class Unauthorized(RequestValidationException):
677 """
678 The current user is not authorized to perform the requested operation.
679 """
680 pass
681
682
683class AuthenticationFailed(DriverException):

Callers 1

to_exceptionMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected