MCPcopy Index your code
hub / github.com/apache/cassandra-python-driver / UnsupportedOperation

Class UnsupportedOperation

cassandra/__init__.py:714–720  ·  view source on GitHub ↗

An attempt was made to use a feature that is not supported by the selected protocol version. See :attr:`Cluster.protocol_version` for more details.

Source from the content-addressed store, hash-verified

712
713
714class UnsupportedOperation(DriverException):
715 """
716 An attempt was made to use a feature that is not supported by the
717 selected protocol version. See :attr:`Cluster.protocol_version`
718 for more details.
719 """
720 pass
721
722
723class UnresolvableContactPoints(DriverException):

Callers 12

send_bodyMethod · 0.90
_write_query_paramsMethod · 0.90
_write_query_paramsMethod · 0.90
send_bodyMethod · 0.90
send_bodyMethod · 0.90
send_bodyMethod · 0.90
encode_messageMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected