diff --git a/implementors/core/convert/trait.From.js b/implementors/core/convert/trait.From.js index c4e0ec7f7da..3188ce77b8b 100644 --- a/implementors/core/convert/trait.From.js +++ b/implementors/core/convert/trait.From.js @@ -15,5 +15,5 @@ "massa_sdk":[["impl From<Error> for ClientError"],["impl From<InvalidUri> for ClientError"]], "massa_time":[["impl From<MassaTime> for Duration"]], "massa_versioning":[["impl From<&MipComponent> for MipComponent"],["impl From<&ComponentState> for ComponentStateTypeId"],["impl From<u32> for FactoryStrategy"],["impl From<&ComponentStateTypeId> for ComponentStateId"],["impl From<ComponentStateTypeId> for u32"],["impl From<u32> for MipComponent"],["impl From<UpdateWithError> for ExtendFromDbError"],["impl From<MipComponent> for u32"],["impl From<&MipInfo> for MipInfo"]], -"massa_wallet":[["impl From<Error> for WalletError"],["impl From<MassaHashError> for WalletError"],["impl From<ModelsError> for WalletError"],["impl From<Error> for WalletError"],["impl From<Error> for WalletError"],["impl From<CipherError> for WalletError"]] +"massa_wallet":[["impl From<Error> for WalletError"],["impl From<MassaHashError> for WalletError"],["impl From<ModelsError> for WalletError"],["impl From<Error> for WalletError"],["impl From<Error> for WalletError"],["impl From<CipherError> for WalletError"]] };if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/massa_wallet/enum.WalletError.html b/massa_wallet/enum.WalletError.html index b2d6a802de6..ab07feb68a1 100644 --- a/massa_wallet/enum.WalletError.html +++ b/massa_wallet/enum.WalletError.html @@ -5,7 +5,7 @@ ModelsError(ModelsError), MassaHashError(MassaHashError), MissingKeyError(Address), - MassaCipherError(CipherError), + MassaCipherError(CipherError), }
Expand description

wallet error

Variants (Non-exhaustive)§

This enum is marked as non-exhaustive
Non-exhaustive enums could have additional variants added in future. Therefore, when matching against variants of non-exhaustive enums, an extra wildcard arm must be added to account for any future variants.
§

IOError(Error)

IO error: {0}

§

JSONError(Error)

JSON error: {0}

@@ -13,8 +13,8 @@
§

ModelsError(ModelsError)

Models error: {0}

§

MassaHashError(MassaHashError)

MassaHash error: {0}

§

MissingKeyError(Address)

Missing key error: {0}

-
§

MassaCipherError(CipherError)

MassaCipher error: {0}

-

Trait Implementations§

source§

impl Debug for WalletError

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Display for WalletError

source§

fn fmt(&self, formatter: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Error for WalletError

source§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, demand: &mut Demand<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
source§

impl From<CipherError> for WalletError

source§

fn from(source: CipherError) -> Self

Converts to this type from the input type.
source§

impl From<Error> for WalletError

source§

fn from(source: Error) -> Self

Converts to this type from the input type.
source§

impl From<Error> for WalletError

source§

fn from(source: Error) -> Self

Converts to this type from the input type.
source§

impl From<Error> for WalletError

source§

fn from(source: Error) -> Self

Converts to this type from the input type.
source§

impl From<MassaHashError> for WalletError

source§

fn from(source: MassaHashError) -> Self

Converts to this type from the input type.
source§

impl From<ModelsError> for WalletError

source§

fn from(source: ModelsError) -> Self

Converts to this type from the input type.

Auto Trait Implementations§

§

impl !RefUnwindSafe for WalletError

§

impl Send for WalletError

§

impl Sync for WalletError

§

impl Unpin for WalletError

§

impl !UnwindSafe for WalletError

Blanket Implementations§

source§

impl<T> Any for Twhere +

§

MassaCipherError(CipherError)

MassaCipher error: {0}

+

Trait Implementations§

source§

impl Debug for WalletError

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Display for WalletError

source§

fn fmt(&self, formatter: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Error for WalletError

source§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, demand: &mut Demand<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
source§

impl From<CipherError> for WalletError

source§

fn from(source: CipherError) -> Self

Converts to this type from the input type.
source§

impl From<Error> for WalletError

source§

fn from(source: Error) -> Self

Converts to this type from the input type.
source§

impl From<Error> for WalletError

source§

fn from(source: Error) -> Self

Converts to this type from the input type.
source§

impl From<Error> for WalletError

source§

fn from(source: Error) -> Self

Converts to this type from the input type.
source§

impl From<MassaHashError> for WalletError

source§

fn from(source: MassaHashError) -> Self

Converts to this type from the input type.
source§

impl From<ModelsError> for WalletError

source§

fn from(source: ModelsError) -> Self

Converts to this type from the input type.

Auto Trait Implementations§

§

impl !RefUnwindSafe for WalletError

§

impl Send for WalletError

§

impl Sync for WalletError

§

impl Unpin for WalletError

§

impl !UnwindSafe for WalletError

Blanket Implementations§

source§

impl<T> Any for Twhere T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for Twhere T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for Twhere T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> Conv for T

§

fn conv<T>(self) -> Twhere diff --git a/massa_wallet/error/enum.WalletError.html b/massa_wallet/error/enum.WalletError.html index 88c02244fcc..1cf0c7249cb 100644 --- a/massa_wallet/error/enum.WalletError.html +++ b/massa_wallet/error/enum.WalletError.html @@ -5,7 +5,7 @@ ModelsError(ModelsError), MassaHashError(MassaHashError), MissingKeyError(Address), - MassaCipherError(CipherError), + MassaCipherError(CipherError), }
Expand description

wallet error

Variants (Non-exhaustive)§

This enum is marked as non-exhaustive
Non-exhaustive enums could have additional variants added in future. Therefore, when matching against variants of non-exhaustive enums, an extra wildcard arm must be added to account for any future variants.
§

IOError(Error)

IO error: {0}

§

JSONError(Error)

JSON error: {0}

@@ -13,8 +13,8 @@
§

ModelsError(ModelsError)

Models error: {0}

§

MassaHashError(MassaHashError)

MassaHash error: {0}

§

MissingKeyError(Address)

Missing key error: {0}

-
§

MassaCipherError(CipherError)

MassaCipher error: {0}

-

Trait Implementations§

source§

impl Debug for WalletError

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Display for WalletError

source§

fn fmt(&self, formatter: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Error for WalletError

source§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, demand: &mut Demand<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
source§

impl From<CipherError> for WalletError

source§

fn from(source: CipherError) -> Self

Converts to this type from the input type.
source§

impl From<Error> for WalletError

source§

fn from(source: Error) -> Self

Converts to this type from the input type.
source§

impl From<Error> for WalletError

source§

fn from(source: Error) -> Self

Converts to this type from the input type.
source§

impl From<Error> for WalletError

source§

fn from(source: Error) -> Self

Converts to this type from the input type.
source§

impl From<MassaHashError> for WalletError

source§

fn from(source: MassaHashError) -> Self

Converts to this type from the input type.
source§

impl From<ModelsError> for WalletError

source§

fn from(source: ModelsError) -> Self

Converts to this type from the input type.

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for Twhere +

§

MassaCipherError(CipherError)

MassaCipher error: {0}

+

Trait Implementations§

source§

impl Debug for WalletError

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Display for WalletError

source§

fn fmt(&self, formatter: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Error for WalletError

source§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, demand: &mut Demand<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
source§

impl From<CipherError> for WalletError

source§

fn from(source: CipherError) -> Self

Converts to this type from the input type.
source§

impl From<Error> for WalletError

source§

fn from(source: Error) -> Self

Converts to this type from the input type.
source§

impl From<Error> for WalletError

source§

fn from(source: Error) -> Self

Converts to this type from the input type.
source§

impl From<Error> for WalletError

source§

fn from(source: Error) -> Self

Converts to this type from the input type.
source§

impl From<MassaHashError> for WalletError

source§

fn from(source: MassaHashError) -> Self

Converts to this type from the input type.
source§

impl From<ModelsError> for WalletError

source§

fn from(source: ModelsError) -> Self

Converts to this type from the input type.

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for Twhere T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for Twhere T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for Twhere T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> Conv for T

§

fn conv<T>(self) -> Twhere