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