Struct jsonrpc::error::RpcError [−][src]
A JSONRPC error object
Fields
code: i32The integer identifier of the error
message: StringA string describing the error
data: Option<Value>Additional data specific to the error
Trait Implementations
impl<'de> Deserialize<'de> for RpcError[src]
impl<'de> Deserialize<'de> for RpcError[src]fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]
__D: Deserializer<'de>,