Couchbase .NET SDK __CB_SDK_VERSION__

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

View Source

BucketName

Declaration
string? BucketName { get; }
Property Value
Type Description
string
View Source

Cas

Declaration
ulong Cas { get; }
Property Value
Type Description
ulong
View Source

ClientContextId

Declaration
string? ClientContextId { get; }
Property Value
Type Description
string
View Source

CollectionName

Declaration
string? CollectionName { get; }
Property Value
Type Description
string
View Source

DispatchedFrom

Declaration
string? DispatchedFrom { get; }
Property Value
Type Description
string
View Source

DispatchedTo

Declaration
string? DispatchedTo { get; }
Property Value
Type Description
string
View Source

DocumentKey

Declaration
string? DocumentKey { get; }
Property Value
Type Description
string
View Source

OpCode

Declaration
OpCode OpCode { get; set; }
Property Value
Type Description
OpCode
View Source

ScopeName

Declaration
string? ScopeName { get; }
Property Value
Type Description
string
View Source

Status

Declaration
ResponseStatus Status { get; }
Property Value
Type Description
ResponseStatus
  • View Source
In this article
Back to top Copyright © 2020 Couchbase, Inc. All rights reserved.