Represents an error that occurs during a run.

Param

The error message.

Param

Optional. Additional options for the error.

Examples

Extends

  • Error

Constructors

new RunError()

new RunError(message, options?): RunError

Parameters

message: string

options?: RunErrorOptions

Returns

RunError

Overrides

Error.constructor

Properties

options

options: RunErrorOptions;

The options associated with the error.