Enum ethcore::miner::StratumError [] [src]

pub enum StratumError {
    Service(StratumServiceError),
    Address(AddrParseError),
}

Stratum error

Variants

IPC sockets error

Invalid network address

Trait Implementations

impl Debug for Error
[src]

Formats the value using the given formatter.

impl From<StratumServiceError> for Error
[src]

Performs the conversion.

impl From<AddrParseError> for Error
[src]

Performs the conversion.