Couchbase .NET SDK | 3.7.2
Search Results for

    Show / Hide Table of Contents

    Interface IKeyValueErrorContext

    Inherited Members
    IErrorContext.Message
    IErrorContext.RetryReasons
    Namespace: Couchbase.Core.Exceptions.KeyValue
    Assembly: Couchbase.NetClient.dll
    Syntax
    [InterfaceStability(Level.Uncommitted)]
    public interface IKeyValueErrorContext : IErrorContext
    Remarks

    Uncommitted

    Properties

    | Edit this page View Source

    BucketName

    Declaration
    string? BucketName { get; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Cas

    Declaration
    ulong Cas { get; }
    Property Value
    Type Description
    ulong
    | Edit this page View Source

    ClientContextId

    Declaration
    string? ClientContextId { get; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    CollectionName

    Declaration
    string? CollectionName { get; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    DispatchedFrom

    Declaration
    string? DispatchedFrom { get; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    DispatchedTo

    Declaration
    string? DispatchedTo { get; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    DocumentKey

    Declaration
    string? DocumentKey { get; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    OpCode

    Declaration
    OpCode OpCode { get; set; }
    Property Value
    Type Description
    OpCode
    | Edit this page View Source

    ScopeName

    Declaration
    string? ScopeName { get; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Status

    Declaration
    ResponseStatus Status { get; }
    Property Value
    Type Description
    ResponseStatus
    • Edit this page
    • View Source
    In this article
    Back to top © 2025 Couchbase, Inc.