pub macro app_error { ($msg:literal $(,)?) => { ... }, ($fmt:literal, $($arg:expr),* $(,)?) => { ... }, }
A macro that formats and creates an AppError
AppError