Enum rif::RifError[][src]

pub enum RifError {
Show 14 variants AddFail(String), CommitFail(String), BincodeError(Error), CheckerError(String), CliError(String), ConfigError(String), Ext(String), GetFail(String), InvalidFormat(String), IoError(Error), RenameFail(String), RifIoError(String), SerdeError(Error), UpdateError(String),
}

Variants

AddFail(String)

Tuple Fields of AddFail

0: String
CommitFail(String)

Tuple Fields of CommitFail

0: String
BincodeError(Error)

Tuple Fields of BincodeError

0: Error
CheckerError(String)

Tuple Fields of CheckerError

0: String
CliError(String)

Tuple Fields of CliError

0: String
ConfigError(String)

Tuple Fields of ConfigError

0: String
Ext(String)

Tuple Fields of Ext

0: String
GetFail(String)

Tuple Fields of GetFail

0: String
InvalidFormat(String)

Tuple Fields of InvalidFormat

0: String
IoError(Error)

Tuple Fields of IoError

0: Error
RenameFail(String)

Tuple Fields of RenameFail

0: String
RifIoError(String)

Tuple Fields of RifIoError

0: String
SerdeError(Error)

Tuple Fields of SerdeError

0: Error
UpdateError(String)

Tuple Fields of UpdateError

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.