Struct cassandra_cpp::CassError [] [src]

pub struct CassError(_);

An error returned by Cassandra or the driver

Trait Implementations

impl From<_CassError> for CassError
[src]

Performs the conversion.

impl Error for CassError
[src]

A short description of the error. Read more

The lower-level cause of this error, if any. Read more

impl Display for CassError
[src]

Formats the value using the given formatter. Read more

impl Debug for CassError
[src]

Formats the value using the given formatter.