JS API Reference
Class: GolemAbortError
shared/error/golem-error.GolemAbortError
Represents errors related to the user choosing to abort or stop running activities.
Example
CTRL+C abort error
Hierarchy
↳
GolemAbortError
Table of contents
Constructors
Properties
Constructors
constructor
• new GolemAbortError(message
, previous?
): GolemAbortError
Parameters
Name | Type | Description |
---|---|---|
message | string | - |
previous? | Error | The previous error, if any, that led to this error. |
Returns
Inherited from
Defined in
src/shared/error/golem-error.ts:5
Properties
previous
• Optional
Readonly
previous: Error
The previous error, if any, that led to this error.