Struct simple_redis::types::RedisError [] [src]

pub struct RedisError {
    pub info: ErrorInfo,
}

Redis Error struct

Fields

Holds the error information

Trait Implementations

impl Debug for RedisError
[src]

Formats the value using the given formatter.

impl Error for RedisError
[src]

A short description of the error.

The lower-level cause of this error, if any.

impl Display for RedisError
[src]

Formats the value using the given formatter.