Enum solana_client::client_error::ClientErrorKind [−][src]
pub enum ClientErrorKind {
Io(Error),
Reqwest(Error),
RpcError(RpcError),
SerdeJson(Error),
SigningError(SignerError),
TransactionError(TransactionError),
FaucetError(FaucetError),
Custom(String),
}Variants
Io(Error)Reqwest(Error)RpcError(RpcError)SerdeJson(Error)SigningError(SignerError)TransactionError(TransactionError)FaucetError(FaucetError)Custom(String)Trait Implementations
impl Debug for ClientErrorKind[src]
impl Debug for ClientErrorKind[src]impl Display for ClientErrorKind[src]
impl Display for ClientErrorKind[src]impl Error for ClientErrorKind[src]
impl Error for ClientErrorKind[src]fn source(&self) -> Option<&(dyn Error + 'static)>[src]
fn source(&self) -> Option<&(dyn Error + 'static)>[src]The lower-level source of this error, if any. Read more
fn backtrace(&self) -> Option<&Backtrace>[src]
fn backtrace(&self) -> Option<&Backtrace>[src]🔬 This is a nightly-only experimental API. (
backtrace)Returns a stack backtrace, if available, of where this error occurred. Read more
fn description(&self) -> &str1.0.0[src]
fn description(&self) -> &str1.0.0[src]👎 Deprecated since 1.42.0:
use the Display impl or to_string()
impl From<ClientErrorKind> for ClientError[src]
impl From<ClientErrorKind> for ClientError[src]fn from(kind: ClientErrorKind) -> Self[src]
fn from(kind: ClientErrorKind) -> Self[src]Performs the conversion.
impl From<Error> for ClientErrorKind[src]
impl From<Error> for ClientErrorKind[src]impl From<Error> for ClientErrorKind[src]
impl From<Error> for ClientErrorKind[src]impl From<Error> for ClientErrorKind[src]
impl From<Error> for ClientErrorKind[src]impl From<FaucetError> for ClientErrorKind[src]
impl From<FaucetError> for ClientErrorKind[src]fn from(source: FaucetError) -> Self[src]
fn from(source: FaucetError) -> Self[src]Performs the conversion.
impl From<RpcError> for ClientErrorKind[src]
impl From<RpcError> for ClientErrorKind[src]impl From<SignerError> for ClientErrorKind[src]
impl From<SignerError> for ClientErrorKind[src]fn from(source: SignerError) -> Self[src]
fn from(source: SignerError) -> Self[src]Performs the conversion.
impl From<TransactionError> for ClientErrorKind[src]
impl From<TransactionError> for ClientErrorKind[src]fn from(source: TransactionError) -> Self[src]
fn from(source: TransactionError) -> Self[src]Performs the conversion.
impl From<TransportError> for ClientErrorKind[src]
impl From<TransportError> for ClientErrorKind[src]fn from(err: TransportError) -> Self[src]
fn from(err: TransportError) -> Self[src]Performs the conversion.
Auto Trait Implementations
impl !RefUnwindSafe for ClientErrorKind
impl Send for ClientErrorKind
impl Sync for ClientErrorKind
impl Unpin for ClientErrorKind
impl !UnwindSafe for ClientErrorKind
Blanket Implementations
impl<T> AbiExample for T
impl<T> AbiExample for Tpub default fn example() -> T
impl<T> AsFail for T where
T: Fail,
impl<T> AsFail for T where
T: Fail, pub fn as_fail(&self) -> &(dyn Fail + 'static)
pub fn as_fail(&self) -> &(dyn Fail + 'static)Converts a reference to Self into a dynamic trait object of Fail.
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]pub fn borrow_mut(&mut self) -> &mut T[src]
pub fn borrow_mut(&mut self) -> &mut T[src]Mutably borrows from an owned value. Read more
impl<E> Fail for E where
E: 'static + Error + Send + Sync,
impl<E> Fail for E where
E: 'static + Error + Send + Sync, fn cause(&self) -> Option<&(dyn Fail + 'static)>
fn cause(&self) -> Option<&(dyn Fail + 'static)>Returns a reference to the underlying cause of this failure, if it is an error that wraps other errors. Read more
fn backtrace(&self) -> Option<&Backtrace>
fn backtrace(&self) -> Option<&Backtrace>Returns a reference to the Backtrace carried by this failure, if it
carries one. Read more
impl<T> Instrument for T[src]
impl<T> Instrument for T[src]fn instrument(self, span: Span) -> Instrumented<Self>[src]
fn instrument(self, span: Span) -> Instrumented<Self>[src]Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
fn in_current_span(self) -> Instrumented<Self>[src]
fn in_current_span(self) -> Instrumented<Self>[src]impl<T> Pointable for T
impl<T> Pointable for Timpl<T> Same<T> for T
impl<T> Same<T> for Ttype Output = T
type Output = TShould always be Self
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,