templateErrorLog
Retrieve detailed information about a specific template error log entry.
Returns comprehensive error data including stack traces, event context, and diagnostic information for debugging template processing failures.AUTH: Role=[configuration.OWNER,configuration.EDITOR,configuration.VIEWER]
templateErrorLog(
id: String!
): TemplateErrorLog!
Arguments
templateErrorLog.id
● String!
non-null scalar
Unique identifier for the error log entry.
UUID that uniquely identifies the error log entry in the system, used for retrieving specific error details for debugging.
Type
TemplateErrorLog
object
Template processing error log entry for debugging and monitoring.
Records detailed information about template processing failures including error context, stack traces, and diagnostic data for systematic debugging and system monitoring.