Skip to content

Documentation / @agentick/core / ValidationIssue

Interface: ValidationIssue

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

A validation issue from schema validation.

Properties

code?

optional code: string

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

Issue code/type if available


message

message: string

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

Human-readable error message


path?

optional path: (string | number)[]

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

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

Released under the ISC License.