Enum ethcore::engines::EngineError [] [src]

pub enum EngineError {
    NotAuthorized(Address),
    DoubleVote(Address),
    NotProposer(Mismatch<Address>),
    UnexpectedMessage,
    BadSealFieldSize(OutOfBounds<usize>),
}

Voting errors.

Variants

Signature does not belong to an authority.

The same author issued different votes at the same step.

The received block is from an incorrect proposer.

Message was not expected.

Seal field has an unexpected size.

Trait Implementations

impl Debug for EngineError
[src]

Formats the value using the given formatter.

impl Display for EngineError
[src]

Formats the value using the given formatter.