couchbase
    Preparing search index...

    Class HttpErrorContext

    The error context information for a http operation.

    Hierarchy (View Summary)

    Index

    Properties

    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.

    method: string

    The HTTP method of the request that was performed.

    request_path: string

    The request path for the request that was being performed.

    response_body: string

    The http response body which was received.

    response_code: number

    The http response status code which was received.

    retry_attempts: number

    The number of times the operation has been retried.

    retry_reasons: string[]

    A list of the reasons for retrying the operation.