Enum ntex_redis::errors::CommandError [−][src]
pub enum CommandError {
Error(ByteString),
Output(&'static str, Response),
Protocol(Error),
}Expand description
Redis command execution errors
Variants
Error(ByteString)A redis server error response
Tuple Fields of Error
0: ByteStringA command response parse error
Protocol(Error)Redis protocol level errors
Tuple Fields of Protocol
0: ErrorTrait Implementations
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.