macro_rules! json_to_faas_err {
    ($json_expr:expr, $module_name:expr, $function_name:expr) => { ... };
}