Thanks to visit codestin.com
Credit goes to docs.couchbase.com

couchbase
    Preparing search index...

    Class QueryErrorContext

    The error context information for a query operation.

    Hierarchy (View Summary)

    Index

    Properties

    client_context_id: string

    The client context id which was sent to the service for correlation between requests and responses.

    http_response_body: string

    The http response body which was received.

    http_response_code: number

    The http response status code which was received.

    last_dispatched_from: string

    The host and port that the request was last sent from.

    last_dispatched_to: string

    The host and port that the request was last sent to.

    parameters: any

    A list of the parameters in use for the operation.

    retry_attempts: number

    The number of times the operation has been retried.

    retry_reasons: string[]

    A list of the reasons for retrying the operation.

    statement: string

    The statement that was being executed when the error occured.