Enum clickhouse_srv::errors::DriverError [−][src]
pub enum DriverError {
Overflow,
UnknownPacket {
packet: u64,
},
UnexpectedPacket,
Timeout,
Utf8Error(Utf8Error),
UnknownSetting {
name: String,
},
}Expand description
This type enumerates driver errors.
Variants
Show 1 field
Fields of UnknownPacket
packet: u64Utf8Error(Utf8Error)Show 1 field
Fields of UnknownSetting
name: StringTrait Implementations
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for DriverErrorimpl Send for DriverErrorimpl Sync for DriverErrorimpl Unpin for DriverErrorimpl UnwindSafe for DriverErrorBlanket Implementations
Mutably borrows from an owned value. Read more