Enum solana_client::rpc_request::RpcError [−][src]
pub enum RpcError { RpcRequestError(String), RpcResponseError { code: i64, message: String, data: RpcResponseErrorData, }, ParseError(String), ForUser(String), }
Variants
RpcRequestError(String)
Show fields
Fields of RpcResponseError
ParseError(String)
ForUser(String)
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for RpcError
impl UnwindSafe for RpcError
Blanket Implementations
pub default fn example() -> T
pub fn as_fail(&self) -> &(dyn Fail + 'static)
pub fn as_fail(&self) -> &(dyn Fail + 'static)
Converts a reference to Self
into a dynamic trait object of Fail
.
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