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.
Extends
Section titled “Extends”Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new IndexerClientError(
message,options?):IndexerClientError
Defined in: ootle/src/errors/index.ts:34
Parameters
Section titled “Parameters”message
Section titled “message”string
options?
Section titled “options?”ErrorOptions & object
Returns
Section titled “Returns”IndexerClientError
Overrides
Section titled “Overrides”Properties
Section titled “Properties”
readonlyoptionalbody?:string
Defined in: ootle/src/errors/index.ts:31
status?
Section titled “status?”
readonlyoptionalstatus?:number
Defined in: ootle/src/errors/index.ts:30
readonlyoptionalurl?:string
Defined in: ootle/src/errors/index.ts:32