Skip to content

Variable: ErrorEventSchema

Makaio Framework


Makaio Framework / ai-adapters-core / ErrorEventSchema

const ErrorEventSchema: 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.