pub type Error = Error;

Aliased Type§

enum Error {
    FailedToSchedule,
    NotFound,
    TargetBlockNumberInPast,
    RescheduleNoChange,
    Named,
}

Variants§

§

FailedToSchedule

§

NotFound

§

TargetBlockNumberInPast

§

RescheduleNoChange

§

Named