[][src]Trait jsonrpc_v2::ErrorLike

pub trait ErrorLike {
    fn code(&self) -> i64;
fn message(&self) -> String; fn data(&self) -> Option<Box<dyn ErasedSerialize + Send>> { ... } }

Required methods

fn code(&self) -> i64

fn message(&self) -> String

Loading content...

Provided methods

fn data(&self) -> Option<Box<dyn ErasedSerialize + Send>>

Loading content...

Implementors

Loading content...