JS API Reference
Class: GolemConfigError
shared/error/golem-error.GolemConfigError
Represents configuration errors.
Example
Api key not definedHierarchy
- ↳ - GolemConfigError
Table of contents
Constructors
Properties
Constructors
constructor
• new GolemConfigError(message, previous?): GolemConfigError
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.