[−][src]Struct cassandra_proto::frame::frame_error::CDRSError
CDRS error which could be returned by Cassandra server as a response. As it goes
from the specification it contains an error code and an error message. Apart of those
depending of type of error it could contain an additional information about an error.
This additional information is represented by additional_info property which is ErrorKind.
Fields
error_code: CInti32 that points to a type of error.
message: CStringError message string.
additional_info: AdditionalErrorInfoAdditional information.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for CDRSError
impl Send for CDRSError
impl Sync for CDRSError
impl Unpin for CDRSError
impl UnwindSafe for CDRSError
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,