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

pub struct WriteTimeoutError {
    pub cl: Consistency,
    pub received: CInt,
    pub blockfor: CInt,
    pub write_type: WriteType,
}

Timeout exception during a write 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.

Describes the type of the write that timed out

Trait Implementations

impl Debug for WriteTimeoutError
[src]

Formats the value using the given formatter.

impl FromCursor for WriteTimeoutError
[src]

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