Enum sp_core::crypto::SecretStringError [−][src]
pub enum SecretStringError { InvalidFormat, InvalidPhrase, InvalidPassword, InvalidSeed, InvalidSeedLength, InvalidPath, }
An error with the interpretation of a secret.
Variants
The overall format was invalid (e.g. the seed phrase contained symbols).
The seed phrase provided is not a valid BIP39 phrase.
The supplied password was invalid.
The seed is invalid (bad content).
The seed has an invalid length.
The derivation path was invalid (e.g. contains soft junctions when they are not supported).
Trait Implementations
impl Clone for SecretStringError
[src]
impl Clone for SecretStringError
[src]fn clone(&self) -> SecretStringError
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl PartialEq<SecretStringError> for SecretStringError
[src]
impl PartialEq<SecretStringError> for SecretStringError
[src]impl Eq for SecretStringError
[src]
impl StructuralEq for SecretStringError
[src]
impl StructuralPartialEq for SecretStringError
[src]
Auto Trait Implementations
impl RefUnwindSafe for SecretStringError
impl Send for SecretStringError
impl Sync for SecretStringError
impl Unpin for SecretStringError
impl UnwindSafe for SecretStringError
Blanket Implementations
impl<T> Instrument for T
[src]
impl<T> Instrument for T
[src]pub fn instrument(self, span: Span) -> Instrumented<Self>
[src]
pub fn in_current_span(self) -> Instrumented<Self>
[src]
impl<T, Outer> IsWrappedBy<Outer> for T where
T: From<Outer>,
Outer: AsRef<T> + AsMut<T> + From<T>,
[src]
impl<T, Outer> IsWrappedBy<Outer> for T where
T: From<Outer>,
Outer: AsRef<T> + AsMut<T> + From<T>,
[src]impl<S, T> UncheckedInto<T> for S where
T: UncheckedFrom<S>,
[src]
impl<S, T> UncheckedInto<T> for S where
T: UncheckedFrom<S>,
[src]pub fn unchecked_into(Self) -> T
[src]
impl<T> MaybeDebug for T where
T: Debug,
[src]
T: Debug,
impl<T> MaybeRefUnwindSafe for T where
T: RefUnwindSafe,
[src]
T: RefUnwindSafe,