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

pub struct UnavailableError {
    pub cl: Consistency,
    pub required: CInt,
    pub alive: CInt,
}

Additional info about unavailable exception

Fields

Consistency level of query.

Number of nodes that should be available to respect cl.

Number of replicas that we were know to be alive.

Trait Implementations

impl Debug for UnavailableError
[src]

Formats the value using the given formatter.

impl FromCursor for UnavailableError
[src]

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