Enum cfxcore_accounts::SignError
source · pub enum SignError {
NotUnlocked,
NotFound,
SStore(Error),
}
Expand description
Signing error
Variants§
NotUnlocked
Account is not unlocked
NotFound
Account does not exist.
SStore(Error)
Low-level error from store
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for SignError
impl Send for SignError
impl Sync for SignError
impl Unpin for SignError
impl !UnwindSafe for SignError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more