agde::fast_forward

Enum Error

source
pub enum Error {
    ExpectedNotRunning,
    ExpectedWaitingForMeta,
    ExpectedWaitingForDiffs,
    UnexpectedPier,
}
Expand description

An error while handling fast forwarding.

Variants§

§

ExpectedNotRunning

The state was unexpected. There’s something wrong with your calls to agde.

§

ExpectedWaitingForMeta

The state was unexpected. There’s something wrong with your calls to agde.

§

ExpectedWaitingForDiffs

The state was unexpected. There’s something wrong with your calls to agde.

§

UnexpectedPier

A pier we hadn’t asked for help from responded. Ignore the message.

Trait Implementations§

source§

impl Debug for Error

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more

Auto Trait Implementations§