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

Class InvalidRequest

cassandra/__init__.py:668–673  ·  view source on GitHub ↗

A query was made that was invalid for some reason, such as trying to set the keyspace for a connection to a nonexistent keyspace.

Source from the content-addressed store, hash-verified

666
667
668class InvalidRequest(RequestValidationException):
669 """
670 A query was made that was invalid for some reason, such as trying to set
671 the keyspace for a connection to a nonexistent keyspace.
672 """
673 pass
674
675
676class Unauthorized(RequestValidationException):

Callers 1

to_exceptionMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected