Enum ntex_redis::errors::ConnectError [−][src]
pub enum ConnectError {
Unauthorized,
Command(CommandError),
Connect(ConnectError),
}Expand description
Redis connectivity errors
Variants
Unauthorized
Auth command failed
Command(CommandError)
Tuple Fields
0: CommandErrorCommand execution error
Connect(ConnectError)
Tuple Fields
0: ConnectErrorIo connectivity error
Trait Implementations
Performs the conversion.
Performs the conversion.
Performs the conversion.
Auto Trait Implementations
impl !RefUnwindSafe for ConnectError
impl Send for ConnectError
impl Sync for ConnectError
impl Unpin for ConnectError
impl !UnwindSafe for ConnectError
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more
