Struct cdrs::frame::frame_error::ReadFailureError [] [src]

pub struct ReadFailureError {
    pub cl: Consistency,
    pub received: CInt,
    pub blockfor: CInt,
    pub num_failures: CInt,
    // some fields omitted
}

A non-timeout exception during a read request.

Fields

Consistency level of query.

i32 representing the number of nodes having acknowledged the request.

i32 representing the number of replicas whose acknowledgement is required to achieve cl.

Represents the number of nodes that experience a failure while executing the request.

Methods

impl ReadFailureError
[src]

[src]

Shows if replica has resonded to a query.

Trait Implementations

impl Debug for ReadFailureError
[src]

[src]

Formats the value using the given formatter.

impl FromCursor for ReadFailureError
[src]

[src]

It should return an implementor from an io::Cursor over an array of bytes.