BlueprintStepExecutionError
Hierarchy
- Error
- BlueprintStepExecutionError
Index
Constructors
Properties
Constructors
constructor
Parameters
options: { cause: unknown; step: StepDefinition; stepNumber: number }
cause: unknown
step: StepDefinition
stepNumber: number
Returns BlueprintStepExecutionError
Error thrown when a single Blueprint step fails during execution.
This error carries structured information about the failing step so that consumers (e.g. the Playground UI) do not have to parse human‑readable error messages to understand what went wrong.