Click or drag to resize

ReadFailureException Class

A Server failure (non-timeout) during a read query.
Inheritance Hierarchy
SystemObject
  SystemException
    CassandraDriverException
      CassandraQueryValidationException
        CassandraQueryExecutionException
          CassandraReadFailureException

Namespace:  Cassandra
Assembly:  Cassandra (in Cassandra.dll) Version: 3.10.0
Syntax
C#
public class ReadFailureException : QueryExecutionException

The ReadFailureException type exposes the following members.

Constructors
  NameDescription
Public methodReadFailureException
Initializes a new instance of the ReadFailureException class
Top
Properties
  NameDescription
Public propertyConsistencyLevel
Gets the consistency level of the operation
Public propertyFailures
Gets the number of nodes that experienced a failure while executing the request.
Public propertyReceivedAcknowledgements
Gets the number of replica that had acknowledged/responded to the operation
Public propertyRequiredAcknowledgements
Gets the minimum number of replica acknowledgements/responses that were required to fulfill the operation.
Public propertyWasDataRetrieved
Top
See Also