Struct tendermint_rpc::error::Error [−][src]
pub struct Error { /* fields omitted */ }Expand description
Tendermint RPC errors
Implementations
Create a low-level HTTP error
Create a new invalid parameter error
Create a new websocket error
Create a new method-not-found error
Create a new parse error
Create a new server error
An internal error occurred within the client.
Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, Deserialize this value from the given Serde deserializer. Read more
Performs the conversion.
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for Errorimpl UnwindSafe for ErrorBlanket Implementations
Mutably borrows from an owned value. Read more
Compare self to key and return true if they are equal.
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