Skip to content

Documentation / @agentick/core / ValidationIssue

Interface: ValidationIssue ​

Defined in: kernel/src/schema.ts:390

A validation issue from schema validation.

Properties ​

code? ​

optional code: string

Defined in: kernel/src/schema.ts:396

Issue code/type if available


message ​

message: string

Defined in: kernel/src/schema.ts:392

Human-readable error message


path? ​

optional path: (string | number)[]

Defined in: kernel/src/schema.ts:394

Path to the invalid value (e.g., ["user", "email"])

Released under the ISC License.