JS API Reference

Class: GolemTimeoutError

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

Table of contents

Constructors

Properties

Constructors

constructor

new GolemTimeoutError(message, previous?): GolemTimeoutError

Parameters

NameTypeDescription
messagestring-
previous?ErrorThe previous error, if any, that led to this error.

Returns

GolemTimeoutError

Inherited from

GolemError.constructor

Defined in

src/error/golem-error.ts:5

Properties

previous

Optional Readonly previous: Error

The previous error, if any, that led to this error.

Inherited from

GolemError.previous

Defined in

src/error/golem-error.ts:10