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

pub struct FunctionFailureError {
    pub keyspace: CString,
    pub function: CString,
    pub arg_types: CStringList,
}

A (user defined) function failed during execution.

Fields

The keyspace of the failed function.

The name of the failed function

Vec<CString> one string for each argument type (as CQL type) of the failed function.

Trait Implementations

impl Debug for FunctionFailureError
[src]

[src]

Formats the value using the given formatter.

impl FromCursor for FunctionFailureError
[src]

[src]

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