Skip to content

Rule.io SDK


Rule.io SDK / rcml/src / EmailTemplateValidationIssue

Type Alias: EmailTemplateValidationIssue

EmailTemplateValidationIssue = object

Defined in: rcml/src/email/validate-email-template.ts:66

A single validation failure produced by the email-template validator.

Properties

code

code: EmailTemplateErrorCode

Defined in: rcml/src/email/validate-email-template.ts:74

Machine-readable code from EmailTemplateErrorCodes.


message

message: string

Defined in: rcml/src/email/validate-email-template.ts:76

Human-readable description.


path

path: string

Defined in: rcml/src/email/validate-email-template.ts:72

JSON Pointer into the RcmlDocument (e.g. /children/1/children/0/attributes/width). Empty string means the root of the document.