OtxError

Trait OtxError 

Source
pub trait OtxError: Debug + Display {
    // Required methods
    fn err_code(&self) -> i64;
    fn message(&self) -> String;
}

Required Methods§

Source

fn err_code(&self) -> i64

Source

fn message(&self) -> String

Implementations on Foreign Types§

Source§

impl OtxError for VerificationError

Source§

fn err_code(&self) -> i64

Source§

fn message(&self) -> String

Implementors§