pub type Error = Error;
enum Error { FailedToSchedule, NotFound, TargetBlockNumberInPast, RescheduleNoChange, Named, }