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