Skip to content

ActionOutputValidationError

Defined in: core/src/error/error.ts:86

Thrown when the value returned by an action’s execute fails the action’s output schema. The originating z.ZodError is preserved as cause, and its issues are exposed directly for convenience.

new ActionOutputValidationError(actionId, cause): ActionOutputValidationError;

Defined in: core/src/error/error.ts:90

Parameter Type
actionId string
cause ZodError

ActionOutputValidationError

CoreError.constructor

readonly actionId: string;

Defined in: core/src/error/error.ts:87


readonly issues: $ZodIssue[];

Defined in: core/src/error/error.ts:88