pub type HookError = HookError<ConnectionError>;Expand description
Type alias for using deadpool::managed::HookError with libsql.
Aliased Type§
pub enum HookError {
Message(Cow<'static, str>),
Backend(ConnectionError),
}Variants§
Message(Cow<'static, str>)
Hook failed for some other reason.
Backend(ConnectionError)
Error caused by the backend.