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

Class UnresolvableContactPoints

cassandra/__init__.py:723–730  ·  view source on GitHub ↗

The driver was unable to resolve any provided hostnames. Note that this is *not* raised when a :class:`.Cluster` is created with no contact points, only when lookup fails for all hosts

Source from the content-addressed store, hash-verified

721
722
723class UnresolvableContactPoints(DriverException):
724 """
725 The driver was unable to resolve any provided hostnames.
726
727 Note that this is *not* raised when a :class:`.Cluster` is created with no
728 contact points, only when lookup fails for all hosts
729 """
730 pass
731
732class DependencyException(Exception):
733 """

Callers 1

__init__Method · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected