Couchbase .NET SDK __CB_SDK_VERSION__

Show / Hide Table of Contents

Class KeyValueErrorContext

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

Uncommitted

Constructors

View Source

KeyValueErrorContext()

Declaration
public KeyValueErrorContext()

Properties

View Source

BucketName

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

Cas

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

ClientContextId

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

CollectionName

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

DispatchedFrom

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

DispatchedTo

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

DocumentKey

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

Message

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

OpCode

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

RetryReasons

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

ScopeName

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

Status

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

Methods

View Source

ToString()

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

Implements

IKeyValueErrorContext
IErrorContext
  • View Source
In this article
Back to top Copyright © 2020 Couchbase, Inc. All rights reserved.