Files
chatterino2/lib/twitch-eventsub-ws/ast/lib/templates/error-missing-field.tmpl
2025-02-02 16:03:24 +00:00

3 lines
200 B
Cheetah

static const error::ApplicationErrorCategory error_missing_field_{{field.name}}{"Missing required key {{field.json_name}}"};
return boost::system::error_code{129, error_missing_field_{{field.name}}};