| 23 | |
| 24 | C_ATTR(error, :Local :AutoArgs) |
| 25 | void error(Context *c) { c->response()->setBody(StatusMessage::error(c, u"SM:error"_s)); } |
| 26 | |
| 27 | C_ATTR(errorTest, :Local :AutoArgs) |
| 28 | void errorTest(Context *c, const QString &statusKey, const QString &errorKey) |