"%[' is too large for the parameter '%]",
"%[' is positive, which is not allowed for the parameter '%]",
"%[' is too small for the parameter '%]",
+ "%[%QNot implemented",
+ "%[%QNot supported",
};
#endif // _di_fll_error_s_a_
fll_error_s_073_too_large_for_parameter_e,
fll_error_s_074_positive_not_allowed_e,
fll_error_s_075_too_small_for_parameter_e,
+ fll_error_s_076_implement_not_e,
+ fll_error_s_077_support_not_e,
}; // enum
#endif // _di_fll_error_s_e_
return private_fll_error_print_simple(print, function, macro_fll_error_s(004_file_not_found));
}
+ if (status == F_implement_not) {
+ return private_fll_error_print_simple(print, function, macro_fll_error_s(076_implement_not));
+ }
+
if (status == F_memory) {
return private_fll_error_print_simple(print, function, macro_fll_error_s(005_memory_problem));
}
return private_fll_error_print_simple(print, function, macro_fll_error_s(007_max_str_length));
}
+ if (status == F_support_not) {
+ return private_fll_error_print_simple(print, function, macro_fll_error_s(077_support_not));
+ }
+
if (status == F_utf_not) {
return private_fll_error_print_simple(print, function, macro_fll_error_s(008_invalid_utf8_char));
}