Enum ethcore_signer::ServerError [] [src]

pub enum ServerError {
    IoError(Error),
    WebSocket(Error),
}

Signer startup error

Variants

Wrapped std::io::Error

Other ws-rs error

Trait Implementations

impl Debug for ServerError
[src]

Formats the value using the given formatter.

impl From<Error> for ServerError
[src]

Performs the conversion.