Skip to content

ValidationErrorDetails

Defined in: packages/ai.matey.types/src/errors.ts:207

Validation error details.

readonly optional expected: string

Defined in: packages/ai.matey.types/src/errors.ts:226

Expected format or constraint.


readonly field: string

Defined in: packages/ai.matey.types/src/errors.ts:211

Field or parameter that failed validation.


readonly reason: string

Defined in: packages/ai.matey.types/src/errors.ts:221

Why validation failed.


readonly value: unknown

Defined in: packages/ai.matey.types/src/errors.ts:216

Value that failed validation.