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)
Tuple Fields
0: ByteStringA redis server error response
Output(&'static str, Response)
A command response parse error
Protocol(Error)
Tuple Fields
0: ErrorRedis protocol level errors
Trait Implementations
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Auto Trait Implementations
impl !RefUnwindSafe for CommandError
impl Send for CommandError
impl Sync for CommandError
impl Unpin for CommandError
impl !UnwindSafe for CommandError
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
