Couchbase .NET SDK | 3.7.0
Search Results for

    Show / Hide Table of Contents

    Class KeyValueErrorContext

    Inheritance
    object
    KeyValueErrorContext
    Implements
    IKeyValueErrorContext
    IErrorContext
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    Namespace: Couchbase.Core.Exceptions.KeyValue
    Assembly: Couchbase.NetClient.dll
    Syntax
    [InterfaceStability(Level.Uncommitted)]
    public class KeyValueErrorContext : IKeyValueErrorContext, IErrorContext
    Remarks

    Uncommitted

    Properties

    | Edit this page View Source

    BucketName

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

    Cas

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

    ClientContextId

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

    CollectionName

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

    DispatchedFrom

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

    DispatchedTo

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

    DocumentKey

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

    Message

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

    OpCode

    Declaration
    [JsonConverter(typeof(CamelCaseStringEnumConverter<OpCode>))]
    public OpCode OpCode { get; set; }
    Property Value
    Type Description
    OpCode
    | Edit this page View Source

    RetryReasons

    Declaration
    public List<RetryReason>? RetryReasons { get; }
    Property Value
    Type Description
    List<RetryReason>
    | Edit this page View Source

    ScopeName

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

    Status

    Declaration
    [JsonConverter(typeof(CamelCaseStringEnumConverter<ResponseStatus>))]
    public ResponseStatus Status { get; set; }
    Property Value
    Type Description
    ResponseStatus

    Methods

    | Edit this page View Source

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    string
    Overrides
    object.ToString()

    Implements

    IKeyValueErrorContext
    IErrorContext
    • Edit this page
    • View Source
    In this article
    Back to top © 2025 Couchbase, Inc.