Struct solana_client::client_error::ClientError
source · pub struct ClientError {
pub request: Option<RpcRequest>,
pub kind: ClientErrorKind,
}
Fields§
§request: Option<RpcRequest>
§kind: ClientErrorKind
Implementations§
source§impl ClientError
impl ClientError
pub fn new_with_request(kind: ClientErrorKind, request: RpcRequest) -> Self
pub fn into_with_request(self, request: RpcRequest) -> Self
pub fn request(&self) -> Option<&RpcRequest>
pub fn kind(&self) -> &ClientErrorKind
pub fn get_transaction_error(&self) -> Option<TransactionError>
Trait Implementations§
source§impl Debug for ClientError
impl Debug for ClientError
source§impl Display for ClientError
impl Display for ClientError
source§impl Error for ClientError
impl Error for ClientError
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<ClientError> for TpuSenderError
impl From<ClientError> for TpuSenderError
source§fn from(source: ClientError) -> Self
fn from(source: ClientError) -> Self
Converts to this type from the input type.
source§impl From<ClientError> for TpuSenderError
impl From<ClientError> for TpuSenderError
source§fn from(source: ClientError) -> Self
fn from(source: ClientError) -> Self
Converts to this type from the input type.
source§impl From<ClientError> for TransportError
impl From<ClientError> for TransportError
source§fn from(client_error: ClientError) -> Self
fn from(client_error: ClientError) -> Self
Converts to this type from the input type.
source§impl From<ClientErrorKind> for ClientError
impl From<ClientErrorKind> for ClientError
source§fn from(kind: ClientErrorKind) -> Self
fn from(kind: ClientErrorKind) -> Self
Converts to this type from the input type.
source§impl From<Error> for ClientError
impl From<Error> for ClientError
source§impl From<Error> for ClientError
impl From<Error> for ClientError
source§impl From<Error> for ClientError
impl From<Error> for ClientError
source§impl From<FaucetError> for ClientError
impl From<FaucetError> for ClientError
source§fn from(err: FaucetError) -> Self
fn from(err: FaucetError) -> Self
Converts to this type from the input type.
source§impl From<RpcError> for ClientError
impl From<RpcError> for ClientError
source§impl From<SignerError> for ClientError
impl From<SignerError> for ClientError
source§fn from(err: SignerError) -> Self
fn from(err: SignerError) -> Self
Converts to this type from the input type.
source§impl From<TransactionError> for ClientError
impl From<TransactionError> for ClientError
source§fn from(err: TransactionError) -> Self
fn from(err: TransactionError) -> Self
Converts to this type from the input type.
source§impl From<TransportError> for ClientError
impl From<TransportError> for ClientError
source§fn from(err: TransportError) -> Self
fn from(err: TransportError) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl !RefUnwindSafe for ClientError
impl Send for ClientError
impl Sync for ClientError
impl Unpin for ClientError
impl !UnwindSafe for ClientError
Blanket Implementations§
§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere T: 'a,
§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere T: 'a,
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