durable-execution-sdk-js.stepinterruptederror._constructor_.md

December 2, 2025 ยท View on GitHub

Home > @aws/durable-execution-sdk-js > StepInterruptedError > (constructor)

StepInterruptedError.(constructor)

Constructs a new instance of the StepInterruptedError class

Signature:

constructor(_stepId: string, _stepName?: string);

Parameters

Parameter

Type

Description

_stepId

string

_stepName

string

(Optional)

Contents

  1. 1StepInterruptedError.(constructor)
  2. 2Parameters