couchbase
    Preparing search index...

    Class ViewErrorContext

    The error context information for a views operation.

    Hierarchy (View Summary)

    Index

    Properties

    design_document: string

    The name of the design document that was being operated on.

    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.

    view: string

    The name of the view that was being operated on.