pub type ClientError = ClientError;Aliased Type§
pub enum ClientError {
Show 16 variants
ViewNotFound,
Internal(String),
TransportError(String),
NotInitialized,
Unknown(String),
Option,
Utf8(Utf8Error),
DecodeError(DecodeError),
ResponseAborted,
ResponseFailed(Box<ClientResp>),
NotImplemented(&'static str),
BadTableOptions,
ExternalError(Arc<Box<dyn Error + Send + Sync>>),
ProtoError(EncodeError),
DuplicateNameError(String),
TimeError(SystemTimeError),
}