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.
Extends
Section titled “Extends”Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new ActionOutputValidationError(actionId, cause): ActionOutputValidationError;Defined in: core/src/error/error.ts:90
Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
actionId |
string |
cause |
ZodError |
Returns
Section titled “Returns”ActionOutputValidationError
Overrides
Section titled “Overrides”Properties
Section titled “Properties”actionId
Section titled “actionId”readonly actionId: string;Defined in: core/src/error/error.ts:87
issues
Section titled “issues”readonly issues: $ZodIssue[];Defined in: core/src/error/error.ts:88