Struct jsonrpc_core::response::Failure [] [src]

pub struct Failure {
    pub jsonrpc: Version,
    pub error: Error,
    pub id: Id,
}

Unsuccessful response

Fields

Protocol Version

Error

Correlation id

Trait Implementations

impl PartialEq for Failure
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Debug for Failure
[src]

Formats the value using the given formatter.