Enum clickhouse_srv::errors::ConnectionError [−][src]
pub enum ConnectionError {
TlsHostNotProvided,
IOError(Error),
}Expand description
This type enumerates connection errors.
Variants
IOError(Error)Trait Implementations
Performs the conversion.
Auto Trait Implementations
impl !RefUnwindSafe for ConnectionErrorimpl Send for ConnectionErrorimpl Sync for ConnectionErrorimpl Unpin for ConnectionErrorimpl !UnwindSafe for ConnectionError