Enum fruently::record::FluentError [] [src]

pub enum FluentError {
    JsonEncodeError(EncoderError),
    MsgpackEncodeError(Error),
    IOError(Error),
    RetryError(RetryError),
}

Variants

JsonEncodeError(EncoderError)MsgpackEncodeError(Error)IOError(Error)RetryError(RetryError)

Trait Implementations

impl From<Error> for FluentError
[src]

fn from(err: Error) -> FluentError

Performs the conversion.

impl From<Error> for FluentError
[src]

fn from(err: Error) -> FluentError

Performs the conversion.

impl From<RetryError> for FluentError
[src]

fn from(err: RetryError) -> FluentError

Performs the conversion.

impl From<EncoderError> for FluentError
[src]

fn from(err: EncoderError) -> FluentError

Performs the conversion.