![]() |
yumapro
25.10-2
YumaPro SDK
|
Handles errmsg data structures. More...

Go to the source code of this file.
Functions | |
| void | obj_errmsg_clean (obj_template_t *obj) |
| Clean the error messages within an object template. More... | |
| status_t | obj_errmsg_add (obj_template_t *obj, const xmlChar *basestr, obj_errmsg_t **ret_errmsg) |
| Create a new obj_errmsg struct for the object. More... | |
| status_t | obj_errmsg_add_parm (obj_errmsg_t *errmsg, const xmlChar *parmstr) |
| Add an errmsg parameter for the object. More... | |
| status_t | obj_errmsg_add_filter (obj_errmsg_t *errmsg, const xmlChar *parmstr, boolean is_errortag) |
| Add an errmsg filter for the object. More... | |
| status_t | obj_errmsg_set_lang (obj_errmsg_t *errmsg, const xmlChar *langstr) |
| Set the errmsg-lang for the errmsg. More... | |
| status_t | obj_errmsg_check_val (const xmlChar *error_tag, const xmlChar *error_app_tag, const xmlChar *error_lang, val_value_t *error_val, xmlChar **retmsg) |
| Get the custom error message if any configured for the eror_val. More... | |
| status_t | obj_errmsg_test_val (const xmlChar *error_tag, const xmlChar *error_app_tag, const xmlChar *error_lang, val_value_t *error_val) |
| Check if there needs to be a custom error msg. More... | |
Handles errmsg data structures.