Variable: ErrorEventSchema
Makaio Framework / ai-adapters-core / ErrorEventSchema
Variable: ErrorEventSchema
Section titled “Variable: ErrorEventSchema”
constErrorEventSchema:ZodObject<{code:ZodOptional<ZodUnion<[ZodString,ZodNumber]>>;eventType:ZodLiteral<"error">;message:ZodString;type:ZodOptional<ZodString>; },$strip>
Defined in: ../../../adapters/core/src/namespaces/schemas/lifecycle.ts:29
Schema for error event. Emitted when an error occurs during processing.