durable-execution-sdk-js.stepinterruptederror.md

December 2, 2025 ยท View on GitHub

Home > @aws/durable-execution-sdk-js > StepInterruptedError

StepInterruptedError class

Error thrown when a step with AT_MOST_ONCE_PER_RETRY semantics was started but interrupted before completion.

Signature:

export declare class StepInterruptedError extends Error

Extends: Error

Constructors

Constructor

Modifiers

Description

(constructor)(_stepId, _stepName)

Constructs a new instance of the StepInterruptedError class