Raised when a read request fails.

See Also:

Inherits

StandardError

Includes

Methods

retrieved

Returns whether actual data (as opposed to data checksum) was present in the received responses.

Returns:
Type Details
Boolean whether actual data (as opposed to data checksum) was present in the received responses.

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 responses required

Returns:
Type Details
Integer the number of responses required

received

Returns the number of responses received

Returns:
Type Details
Integer the number of responses received

failed

Returns the number of reads failed

Returns:
Type Details
Integer the number of reads failed

retrieved?

Returns:
Type Details
Boolean