Enum simple_redis::types::ErrorInfo [] [src]

pub enum ErrorInfo {
    RedisError(RedisError),
    Description(&'static str),
    TimeoutError(&'static str),
}

Holds the error information

Variants

Root redis error

Description text of the error reason

TimeoutError error

Trait Implementations

impl Debug for ErrorInfo
[src]

Formats the value using the given formatter.