Exception: Cassandra::Errors::NoHostsAvailable
- Inherits:
-
StandardError
- Object
- StandardError
- Cassandra::Errors::NoHostsAvailable
- Includes:
- Cassandra::Error
- Defined in:
- lib/cassandra/errors.rb
Overview
This error is thrown when all attempted hosts raised a HostError during connection or query execution.
Instance Attribute Summary collapse
-
#errors ⇒ Hash{Cassandra::Host => Cassandra::Errors::HostError}
readonly
A map of hosts to underlying exceptions.
Instance Attribute Details
#errors ⇒ Hash{Cassandra::Host => Cassandra::Errors::HostError} (readonly)
Returns a map of hosts to underlying exceptions.
343 344 345 |
# File 'lib/cassandra/errors.rb', line 343 def errors @errors end |