Struct cassandra_cpp::CassError
[−]
[src]
pub struct CassError(_);
An error returned by Cassandra or the driver
Trait Implementations
impl From<_CassError> for CassError
[src]
fn from(err: _CassError) -> CassError
Performs the conversion.
impl Error for CassError
[src]
fn description(&self) -> &str
A short description of the error. Read more
fn cause(&self) -> Option<&Error>
1.0.0
The lower-level cause of this error, if any. Read more