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