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