TemplateErrorLogSortField
Available fields for sorting template error log search results.
Determines the ordering criteria for error log listings, enabling systematic analysis of template processing failures and debugging workflows.
enum TemplateErrorLogSortField {
CREATED_AT
ERROR_TYPE
TEMPLATE_ID
}
Values
TemplateErrorLogSortField.CREATED_AT
Sort by the timestamp when the error occurred.
Useful for chronological analysis of errors, identifying error patterns over time, and finding recent or historical issues.
TemplateErrorLogSortField.ERROR_TYPE
Sort by the classification of error that occurred.
Groups similar error types together for systematic debugging and enables focused analysis of specific error categories.
TemplateErrorLogSortField.TEMPLATE_ID
Sort by the unique identifier of the template that caused the error.
Groups errors by template for targeted debugging and identifying problematic templates that require attention.