Enum parity_db::Error[][src]

pub enum Error {
    Io(Error),
    Corruption(String),
    InvalidConfiguration(String),
    InvalidInput(String),
    Background(Arc<Error>),
    Locked(Error),
    Migration(String),
}

Variants

Io(Error)

Tuple Fields of Io

0: Error
Corruption(String)

Tuple Fields of Corruption

0: String
InvalidConfiguration(String)

Tuple Fields of InvalidConfiguration

0: String
InvalidInput(String)

Tuple Fields of InvalidInput

0: String
Background(Arc<Error>)

Tuple Fields of Background

0: Arc<Error>
Locked(Error)

Tuple Fields of Locked

0: Error
Migration(String)

Tuple Fields of Migration

0: String

Trait Implementations

Formats the value using the given formatter. Read more

Formats the value using the given formatter. Read more

Performs the conversion.

Performs the conversion.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

Converts the given value to a String. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.