TemplateErrorLog
No description
type TemplateErrorLog {
id: String!
stackTrace: String!
createdAt: DateTime!
eventInstance: String
topicName: String
errorType: TemplateErrorType!
templateId: String
errorMessage: String!
fieldName: String
}
Fields
TemplateErrorLog.id ● String! non-null scalar
Unique identifier for the error log
TemplateErrorLog.stackTrace ● String! non-null scalar
Stack trace of the error
TemplateErrorLog.createdAt ● DateTime! non-null scalar
When the error occurred
TemplateErrorLog.eventInstance ● String scalar
Event instance data that caused the error
TemplateErrorLog.topicName ● String scalar
Topic name for the event
TemplateErrorLog.errorType ● TemplateErrorType! non-null enum
Type of error that occurred
TemplateErrorLog.templateId ● String scalar
ID of the template that caused the error
TemplateErrorLog.errorMessage ● String! non-null scalar
Error message
TemplateErrorLog.fieldName ● String scalar
Name of the specific field that caused the render error
Returned By
templateErrorLog query
Member Of
TemplateErrorLogResponse object