Skip to main content

Interface: TemplateErrorLog

Defined in: type/TemplateErrorLog.ts:6

Error log entry for template processing failures

  • Records detailed information about errors that occur during template rendering or custom query execution, including stack traces, error messages, and context information for debugging and monitoring purposes.

Properties

createdAt

createdAt: string

Defined in: type/TemplateErrorLog.ts:12

When the error occurred


errorMessage

errorMessage: string

Defined in: type/TemplateErrorLog.ts:20

Error message


errorType

errorType: TemplateErrorType

Defined in: type/TemplateErrorLog.ts:18

Type of error that occurred


eventInstance?

optional eventInstance?: string

Defined in: type/TemplateErrorLog.ts:14

Event instance data that caused the error


fieldName?

optional fieldName?: string

Defined in: type/TemplateErrorLog.ts:24

Name of the specific field that caused the render error


id

id: string

Defined in: type/TemplateErrorLog.ts:8

Unique identifier for the error log


stackTrace

stackTrace: string

Defined in: type/TemplateErrorLog.ts:10

Stack trace of the error


templateId?

optional templateId?: string

Defined in: type/TemplateErrorLog.ts:22

ID of the template that caused the error


topicName?

optional topicName?: string

Defined in: type/TemplateErrorLog.ts:16

Topic name for the event