Enum solana_client::rpc_request::RpcResponseErrorData [−][src]
pub enum RpcResponseErrorData {
Empty,
SendTransactionPreflightFailure(RpcSimulateTransactionResult),
NodeUnhealthy {
num_slots_behind: Option<Slot>,
},
}Variants
SendTransactionPreflightFailure(RpcSimulateTransactionResult)Fields of NodeUnhealthy
num_slots_behind: Option<Slot>Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for RpcResponseErrorDataimpl Send for RpcResponseErrorDataimpl Sync for RpcResponseErrorDataimpl Unpin for RpcResponseErrorDataimpl UnwindSafe for RpcResponseErrorDataBlanket Implementations
pub default fn example() -> TMutably 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 = TShould always be Self
pub fn vzip(self) -> V