Enum solana_client::rpc_custom_error::RpcCustomError [−][src]
pub enum RpcCustomError { BlockCleanedUp { slot: Slot, first_available_block: Slot, }, SendTransactionPreflightFailure { message: String, result: RpcSimulateTransactionResult, }, TransactionSignatureVerificationFailure, BlockNotAvailable { slot: Slot, }, NodeUnhealthy { num_slots_behind: Option<Slot>, }, TransactionPrecompileVerificationFailure(TransactionError), SlotSkipped { slot: Slot, }, NoSnapshot, LongTermStorageSlotSkipped { slot: Slot, }, }
Variants
Fields of SendTransactionPreflightFailure
message: String
result: RpcSimulateTransactionResult
Fields of BlockNotAvailable
slot: Slot
TransactionPrecompileVerificationFailure(TransactionError)
Fields of SlotSkipped
slot: Slot
Fields of LongTermStorageSlotSkipped
slot: Slot
Trait Implementations
impl From<RpcCustomError> for Error
[src][+]
Auto Trait Implementations
impl RefUnwindSafe for RpcCustomError
impl Send for RpcCustomError
impl Sync for RpcCustomError
impl Unpin for RpcCustomError
impl UnwindSafe for RpcCustomError
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T> Instrument for T
[src][+]
impl<T> Instrument for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> Pointable for T
[src][+]
impl<T> Same<T> for T
[src]
type Output = T
Should always be Self
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,
impl<T> Typeable for T where
T: Any,
[+]
T: Any,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
[src][+]
V: MultiLane<T>,