Documentation / @agentick/kernel / ValidationIssue
Interface: ValidationIssue ​
Defined in: kernel/src/schema.ts:390
A validation issue from schema validation.
Properties ​
code? ​
optionalcode: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? ​
optionalpath: (string|number)[]
Defined in: kernel/src/schema.ts:394
Path to the invalid value (e.g., ["user", "email"])