Enum ethcore_ipc_nano::SocketError [] [src]

pub enum SocketError {
    DuplexLink,
    RequestLink,
}

Error occurred while establising socket or endpoint

Variants

Error establising duplex (paired) socket and/or endpoint

Error establising duplex (paired) socket and/or endpoint

Trait Implementations

impl Debug for SocketError
[src]

Formats the value using the given formatter.