pub type PurgeErrorKind = UpdateErrorKind;
pub enum PurgeErrorKind { InvalidKey, TimedOut, WrongLastRevision, Other, }