class Cassandra::Errors::NoHostsAvailable
This error is thrown when all attempted hosts raised a
HostError
during connection or query execution.
Inherits
StandardError
Includes
Methods
errors
Returns a map of hosts to underlying exceptions
This error is thrown when all attempted hosts raised a
HostError
during connection or query execution.
StandardError
Returns a map of hosts to underlying exceptions
Type | Details |
---|---|
Hash {Host => Errors::HostError } |
a map of hosts to underlying exceptions |