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