Enum clementine::ErrorKind [] [src]

pub enum ErrorKind {
    DataBaseClosed,
    InvalidSyncDuration,
    TransactionNotWritable,
    ItemNotFound,
    InvalidSerializedString,
    JsonParseError,
    IOError,
    RWLockPoisonError,
}

Variants

Trait Implementations

impl Debug for ErrorKind
[src]

Formats the value using the given formatter.