Skip to content

IndexerClientError

Defined in: ootle/src/errors/index.ts:29

Raised when the indexer transport fails or returns a non-success response.

status is the HTTP status if the request reached the indexer (else undefined, e.g. a connection-layer failure). body is the raw response body when available, and url is the request URL. The original transport error chains via cause.

new IndexerClientError(message, options?): IndexerClientError

Defined in: ootle/src/errors/index.ts:34

string

ErrorOptions & object

IndexerClientError

OotleError.constructor

readonly optional body?: string

Defined in: ootle/src/errors/index.ts:31


readonly optional status?: number

Defined in: ootle/src/errors/index.ts:30


readonly optional url?: string

Defined in: ootle/src/errors/index.ts:32