Skip to main content

Enumeration: TemplateErrorLogSortField

Defined in: enum/TemplateErrorLogSortField.ts:7

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.

Enumeration Members

CREATED_AT

CREATED_AT: "CREATED_AT"

Defined in: enum/TemplateErrorLogSortField.ts:9

Sort by the timestamp when the error occurred. Useful for chronological analysis of errors.


ERROR_TYPE

ERROR_TYPE: "ERROR_TYPE"

Defined in: enum/TemplateErrorLogSortField.ts:11

Sort by the classification of error that occurred. Groups similar error types together for systematic debugging.


TEMPLATE_ID

TEMPLATE_ID: "TEMPLATE_ID"

Defined in: enum/TemplateErrorLogSortField.ts:13

Sort by the unique identifier of the template that caused the error. Groups errors by template for targeted debugging.