couchbase
    Preparing search index...

    Class KeyValueErrorContext

    The error context information for a key-value operation.

    Hierarchy (View Summary)

    Index

    Properties

    bucket: string

    The name of the bucket that was being operated on.

    cas: Cas

    The cas returned by the server.

    collection: string

    The name of the collection that was being operated on.

    context: string

    The context returned by the server helping describing the error.

    key: string

    The key that was being operated on.

    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.

    opaque: number

    The opaque identifier for the request.

    ref: string

    The reference id returned by the server for correlation in server logs.

    retry_attempts: number

    The number of times the operation has been retried.

    retry_reasons: string[]

    A list of the reasons for retrying the operation.

    scope: string

    The name of the scope that was being operated on.

    status_code: number

    The memcached status code returned by the server.