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