Enum solana_client::rpc_request::RpcResponseErrorData [−][src]
pub enum RpcResponseErrorData { Empty, SendTransactionPreflightFailure(RpcSimulateTransactionResult), NodeUnhealthy { num_slots_behind: Option<Slot>, }, }
Variants
SendTransactionPreflightFailure(RpcSimulateTransactionResult)
Show 1 field
Fields of NodeUnhealthy
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
Instruments this type with the provided Span
, returning an
Instrumented
wrapper. Read more
type Output = T
type Output = T
Should always be Self
pub fn vzip(self) -> V