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

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

A non-timeout exception during a write request. Read more...

Fields

Consistency of the query having triggered the exception.

Represents the number of nodes having answered the request.

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

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

describes the type of the write that failed.

Trait Implementations

impl Debug for WriteFailureError
[src]

[src]

Formats the value using the given formatter.

impl FromCursor for WriteFailureError
[src]

[src]

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