class Cassandra::Errors::WriteTimeoutError
Raised when a write request timed out.
Inherits
StandardError
Includes
Methods
type
Returns the type of write request that timed out, one of
WRITE_TYPES
consistency
Returns the original consistency level for the request, one of
CONSISTENCIES
required
Returns the number of acks required to achieve requested consistency level
received
Returns the number of acks received by the time the query timed out