Classes
RunError
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()
Parameters
• message: string
• options?: RunErrorOptions
Returns
Overrides
Error.constructor
Properties
options
The options associated with the error.