Skip to main content

Interface: TemplateErrorLogStats

Defined in: type/TemplateErrorLogStats.ts:5

Statistical summary of template error logs

  • Provides aggregated metrics and counts for template error logs, including total counts by error type and date ranges for monitoring and analysis purposes.

Properties

customQueryErrorCount

customQueryErrorCount: number

Defined in: type/TemplateErrorLogStats.ts:11

Number of custom query errors


newestEntry?

optional newestEntry?: string

Defined in: type/TemplateErrorLogStats.ts:15

Date of the newest error log entry


oldestEntry?

optional oldestEntry?: string

Defined in: type/TemplateErrorLogStats.ts:13

Date of the oldest error log entry


renderErrorCount

renderErrorCount: number

Defined in: type/TemplateErrorLogStats.ts:9

Number of render errors


totalCount

totalCount: number

Defined in: type/TemplateErrorLogStats.ts:7

Total number of error logs