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

pub struct UnpreparedError {
    pub id: CBytes,
}

Can be thrown while a prepared statement tries to be executed if the provided prepared statement ID is not known by this host. [Read more...] (https://github.com/apache/cassandra/blob/trunk/doc/native_protocol_v4.spec#L1150)

Fields

Unknown ID.

Trait Implementations

impl Debug for UnpreparedError
[src]

Formats the value using the given formatter. Read more

impl FromCursor for UnpreparedError
[src]

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

Auto Trait Implementations