13 #ifndef ML_PRINT_TEMPLATE_ERRORS_H
14 #define ML_PRINT_TEMPLATE_ERRORS_H
19 #include <string_view>
MLint32 MLErrorCode
Type of an ML Error code.
void ML_UTILS_EXPORT printTemplateError(const char *location, MLErrorCode reason, const std::string_view &handling)
void ML_UTILS_EXPORT printTemplateWarning(const char *location, MLErrorCode reason, const std::string_view &handling)
void ML_UTILS_EXPORT printTemplateFatalError(const char *location, MLErrorCode reason, const std::string_view &handling)