TemplateErrorType
Classification of template processing errors for systematic debugging.
Categorizes different types of failures that can occur during template processing, enabling focused error analysis, targeted debugging approaches, and systematic resolution of template system issues.
enum TemplateErrorType {
RENDER_ERROR
CUSTOM_QUERY_ERROR
}
Values
TemplateErrorType.RENDER_ERROR
Template compilation and rendering failures.
Occurs during Handlebars template processing including syntax errors, missing variables, invalid expressions, helper function failures, and template engine compilation issues that prevent successful content generation.
TemplateErrorType.CUSTOM_QUERY_ERROR
Data enrichment query execution failures.
Occurs when template-specific GraphQL queries fail during data fetching including connection timeouts, invalid query syntax, authentication failures, and data access permission issues.
Member Of
TemplateErrorLog
object ● TemplateErrorLogSearchInput
input