Enum terminal_thrift::Error [] [src]

pub enum Error {
    TransportError(Error),
    ProtocolError(Error),
    UserException,
}

Variants

An error occurred when reading from/writing to the underlying transport

An error occurred when encoding/decoding the data (this usually indicates a bug in the library)

The server code threw a user-defined exception

Trait Implementations

impl Debug for Error
[src]

Formats the value using the given formatter.

impl From<Error> for Error
[src]

Performs the conversion.

impl From<Error> for Error
[src]

Performs the conversion.

impl StdError for Error
[src]

A short description of the error. Read more

The lower-level cause of this error, if any. Read more

impl Display for Error
[src]

Formats the value using the given formatter. Read more