Enum fruently::error::FluentError [] [src]

pub enum FluentError {
    JsonEncode(Error),
    MsgpackEncode(Error),
    IO(Error),
    Retry(RetryError),
    FileStored(String),
    // some variants omitted
}

Variants

Trait Implementations

impl Debug for FluentError
[src]

[src]

Formats the value using the given formatter.

impl Display for FluentError
[src]

[src]

Formats the value using the given formatter. Read more

impl Error for FluentError
[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

impl From<Error> for FluentError
[src]

[src]

Performs the conversion.

impl From<Error> for FluentError
[src]

[src]

Performs the conversion.

impl From<RetryError> for FluentError
[src]

[src]

Performs the conversion.

impl From<Error> for FluentError
[src]

[src]

Performs the conversion.