Enum mouscache::CacheError [] [src]

pub enum CacheError {
    InsertionError(String),
    DeletionError(String),
    AccessError(String),
    ConnectionError(String),
    Other(String),
}

Variants

Trait Implementations

impl Debug for CacheError
[src]

[src]

Formats the value using the given formatter. Read more

impl Display for CacheError
[src]

[src]

Formats the value using the given formatter. Read more

impl Error for CacheError
[src]

[src]

A short description of the error. Read more

1.0.0
[src]

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

Auto Trait Implementations

impl Send for CacheError

impl Sync for CacheError