Enum ethcore_ipc::interface::Error [] [src]

pub enum Error {
    UnkownSystemCall,
    ClientUnsupported,
    RemoteServiceUnsupported,
    HandshakeFailed,
}

Error in dispatching or invoking methods via IPC

Variants

Trait Implementations

impl Debug for Error
[src]

Formats the value using the given formatter.