macro_rules! client_error {
    ($channel:expr, $code:expr, $message:expr, $cm:expr) => { ... };
}
Expand description

Shorthand for creating errors in async functions.