RunNotTerminalError
Extends
Section titled “Extends”Error
Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new RunNotTerminalError(runId, status): RunNotTerminalError;Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
|
|
|
|
|
|
Returns
Section titled “Returns”RunNotTerminalError
Overrides
Section titled “Overrides”Error.constructorProperties
Section titled “Properties”readonly runId: string;status
Section titled “status”readonly status: "error" | "aborted" | "running" | "paused" | "finished";