Enum rotor_capnp::Error []

pub enum Error {
    Serialization(Error),
    Stream(Exception),
}

Error type for the underlying state machine

Variants

Cap'n Proto (de)serialization error. See capnp::Error for details.

Error reading from or writing to the connection. See rotor_stream::Exception for details.

Trait Implementations

impl Debug for Error
[src]

Formats the value using the given formatter.

impl Display for Error

Formats the value using the given formatter. Read more

impl Error for Error

A short description of the error. Read more

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