Enum solana_client::rpc_request::RpcResponseErrorData [−][src]
pub enum RpcResponseErrorData {
Empty,
SendTransactionPreflightFailure(RpcSimulateTransactionResult),
NodeUnhealthy {
num_slots_behind: Option<Slot>,
},
}
Variants
Empty
SendTransactionPreflightFailure(RpcSimulateTransactionResult)
Tuple Fields
NodeUnhealthy
Fields
num_slots_behind: Option<Slot>
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for RpcResponseErrorData
impl Send for RpcResponseErrorData
impl Sync for RpcResponseErrorData
impl Unpin for RpcResponseErrorData
impl UnwindSafe for RpcResponseErrorData
Blanket Implementations
pub default fn example() -> T
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more