servers::http::script

Macro json_err

source
macro_rules! json_err {
    ($e: expr) => { ... };
    ($msg: expr, $code: expr) => { ... };
}