macro_rules! err_to_others {
    ($e: ident, $s: expr) => { ... };
}
Expand description

Convert to ttrpc::Error::Others.