Enum fuels_signers::provider::ProviderError
source · pub enum ProviderError {
ClientRequestError(Error),
}
Variants§
Trait Implementations§
source§impl Debug for ProviderError
impl Debug for ProviderError
source§impl Display for ProviderError
impl Display for ProviderError
source§impl Error for ProviderError
impl Error for ProviderError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
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
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
source§impl From<Error> for ProviderError
impl From<Error> for ProviderError
source§impl From<ProviderError> for Error
impl From<ProviderError> for Error
source§fn from(e: ProviderError) -> Self
fn from(e: ProviderError) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl !RefUnwindSafe for ProviderError
impl Send for ProviderError
impl Sync for ProviderError
impl Unpin for ProviderError
impl !UnwindSafe for ProviderError
Blanket Implementations§
source§impl<T> AnyDebug for Twhere
T: Any + Debug,
impl<T> AnyDebug for Twhere T: Any + Debug,
source§fn as_any_ref(&self) -> &(dyn Any + 'static)
fn as_any_ref(&self) -> &(dyn Any + 'static)
Returns a reference to the underlying type as
Any
.