Skip to content

Rule.io SDK


Rule.io SDK / client/src / RuleValidationErrors

Type Alias: RuleValidationErrors

RuleValidationErrors = Record<string, string[]>

Defined in: client/src/errors.ts:15

Field-level validation errors returned by the Rule.io v3 API.

Maps field names to arrays of error messages.

Example

typescript
// { automail_setting: ["The automail setting field is required..."] }