module Cassandra::Errors::HostError

Mixed into any host-specific errors. Requests resulting in these errors are attempted on other hosts. Once all hosts failed with this type of error, a {Cassandra::Errors::NoHostsAvailable} error is raised with details of failures.

@see Errors::NoHostsAvailable