Skip to content

ActionInputValidationError

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

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

new ActionInputValidationError(actionId, cause): ActionInputValidationError;

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

Parameter Type
actionId string
cause ZodError

ActionInputValidationError

InvalidRequestError.constructor

readonly actionId: string;

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


readonly issues: $ZodIssue[];

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