ValidationErrorDetails
Defined in: packages/ai.matey.types/src/errors.ts:207
Validation error details.
Properties
Section titled “Properties”expected?
Section titled “expected?”
readonlyoptionalexpected:string
Defined in: packages/ai.matey.types/src/errors.ts:226
Expected format or constraint.
readonlyfield:string
Defined in: packages/ai.matey.types/src/errors.ts:211
Field or parameter that failed validation.
reason
Section titled “reason”
readonlyreason:string
Defined in: packages/ai.matey.types/src/errors.ts:221
Why validation failed.
readonlyvalue:unknown
Defined in: packages/ai.matey.types/src/errors.ts:216
Value that failed validation.