Enum clickhouse_srv::errors::Error [−][src]
pub enum Error {
Driver(DriverError),
IO(Error),
Connection(ConnectionError),
Other(Cow<'static, str>),
Server(ServerError),
Url(UrlError),
FromSql(FromSqlError),
}Expand description
This type enumerates library errors.
Variants
Driver(DriverError)IO(Error)Connection(ConnectionError)Server(ServerError)Url(UrlError)FromSql(FromSqlError)Implementations
Trait Implementations
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Auto Trait Implementations
impl !RefUnwindSafe for Errorimpl !UnwindSafe for Error