Struct optra::OTError [] [src]

pub struct OTError {
    pub kind: ErrorKind,
}

Represents an error in attempting to synchronize remote operations

Fields

The kind of error this is

Methods

impl OTError
[src]

Create a new OTError of the given kind.

Trait Implementations

impl Debug for OTError
[src]

Formats the value using the given formatter.