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

couchbase
    Preparing search index...

    Class ErrorContext

    Generic base class for all known error context types.

    Hierarchy (View Summary)

    Index

    Constructors

    • Parameters

      • data: ErrorContextTypes

      Returns ErrorContext

    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.

    retry_attempts: number

    The number of times the operation has been retried.

    retry_reasons: string[]

    A list of the reasons for retrying the operation.