JS API Reference
Class: GolemTimeoutError
shared/error/golem-error.GolemTimeoutError
SDK timeout errors @examples:
- Not receiving any offers within the configured time.
- The activity not starting within the configured time.
- The request (task) timing out (started on an activity but didn't finish on time).
- The request start timing out (the task didn't start within the configured amount of time).
Hierarchy
↳
GolemTimeoutError
Table of contents
Constructors
Properties
Constructors
constructor
• new GolemTimeoutError(message
, previous?
): GolemTimeoutError
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.