ValidationErrorOptions
Defined in: packages/ai.matey.types/src/errors.ts:310
Validation error constructor options.
Properties
Section titled “Properties”
readonlycode:"INVALID_REQUEST"|"INVALID_MESSAGE_FORMAT"|"INVALID_PARAMETERS"|"UNSUPPORTED_MODEL"|"UNSUPPORTED_FEATURE"|"CONTEXT_LENGTH_EXCEEDED"
Defined in: packages/ai.matey.types/src/errors.ts:311
irState?
Section titled “irState?”
readonlyoptionalirState:object
Defined in: packages/ai.matey.types/src/errors.ts:321
request?
Section titled “request?”
readonlyoptionalrequest:Partial<IRChatRequest>
message
Section titled “message”
readonlymessage:string
Defined in: packages/ai.matey.types/src/errors.ts:318
provenance?
Section titled “provenance?”
readonlyoptionalprovenance:ErrorProvenance
Defined in: packages/ai.matey.types/src/errors.ts:320
validationDetails
Section titled “validationDetails”
readonlyvalidationDetails:ValidationErrorDetails[]
Defined in: packages/ai.matey.types/src/errors.ts:319