Raised when a write request fails.

See Also:

Inherits

StandardError

Includes

Methods

type

Returns the type of write request that timed out, one of WRITE_TYPES

Returns:
Type Details
Symbol the type of write request that timed out, one of WRITE_TYPES

consistency

Returns the original consistency level for the request, one of CONSISTENCIES

Returns:
Type Details
Symbol the original consistency level for the request, one of CONSISTENCIES

required

Returns the number of acks required

Returns:
Type Details
Integer the number of acks required

received

Returns the number of acks received

Returns:
Type Details
Integer the number of acks received

failed

Returns the number of writes failed

Returns:
Type Details
Integer the number of writes failed

failures_by_node

Returns map of . This is new in v5 and is nil in previous versions of the Casssandra protocol.

Returns:
Type Details
Hash<IPAddr, Integer> map of . This is new in v5 and is nil in previous versions of the Casssandra protocol.