Enum ethstore::dir::SetKeyError [] [src]

pub enum SetKeyError {
    Fatal(Error),
    NonFatalOld(Error),
    NonFatalNew(Error),
}

VaultKeyDirectory::set_key error

Variants

Error is fatal and directory is probably in inconsistent state

Error is non fatal, directory is reverted to pre-operation state

Error is non fatal, directory is consistent with new key

Trait Implementations

impl Debug for SetKeyError
[src]

Formats the value using the given formatter.