Enum tolstoy_traits::errors::TolstoyError [] [src]

pub enum TolstoyError {
    BadServerResponse(String),
    DuplicateMetadata(String),
    TxProcessorUnfinished,
    TxIncorrectlyMapped(usize),
    UnexpectedState(String),
    NotYetImplemented(String),
    DbError(DbError),
    SerializationError(Error),
    RusqliteError(String),
    IoError(Error),
    UuidError(ParseError),
    NetworkError(Error),
    UriError(UriError),
}

Variants

Trait Implementations

impl Debug for TolstoyError
[src]

[src]

Formats the value using the given formatter. Read more

impl From<DbError> for TolstoyError
[src]

[src]

Performs the conversion.

impl From<Error> for TolstoyError
[src]

[src]

Performs the conversion.

impl From<Error> for TolstoyError
[src]

[src]

Performs the conversion.

impl From<Error> for TolstoyError
[src]

[src]

Performs the conversion.

impl From<ParseError> for TolstoyError
[src]

[src]

Performs the conversion.

impl From<Error> for TolstoyError
[src]

[src]

Performs the conversion.

impl From<UriError> for TolstoyError
[src]

[src]

Performs the conversion.