Enum ntex_redis::errors::ConnectError [−][src]
pub enum ConnectError {
Unauthorized,
Command(CommandError),
Connect(ConnectError),
}Expand description
Redis connectivity errors
Variants
Auth command failed
Command(CommandError)Command execution error
Tuple Fields of Command
0: CommandErrorConnect(ConnectError)Io connectivity error
Tuple Fields of Connect
0: ConnectErrorTrait Implementations
Performs the conversion.
Performs the conversion.
Performs the conversion.