Skip to content

Rule.io SDK


Rule.io SDK / rcml/src / SmsContentValidationError

Type Alias: SmsContentValidationError

SmsContentValidationError = object

Defined in: rcml/src/sms/content/json-validator/types.ts:102

A single JSON Schema validation error with a JSON Pointer path.

Properties

message

message: string

Defined in: rcml/src/sms/content/json-validator/types.ts:106

Human-readable description of the validation failure.


path

path: string

Defined in: rcml/src/sms/content/json-validator/types.ts:104

JSON Pointer path to the offending value. Empty string means root.