Struct jsonrpc::error::RpcError [−][src]
A JSONRPC error object
Fields
code: i32
The integer identifier of the error
message: String
A 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>,