Options
All
  • Public
  • Public/Protected
  • All
Menu

Class SearchErrorContext

The error context information for a search query operation.

Hierarchy

Index

Properties

error_message

error_message: string

The error message which was received from the server.

http_response_body

http_response_body: string

The http response body which was received.

http_response_code

http_response_code: number

The http response status code which was received.

index_name

index_name: string

The name of the index which was being operated on.

parameters

parameters: any

A list of the parameters in use for the operation.

query

query: any

The full query that was being executed.

Generated using TypeDoc