Class KeyValueErrorContext
Inheritance
KeyValueErrorContext
Assembly: Couchbase.NetClient.dll
Syntax
[InterfaceStability(Level.Uncommitted)]
public class KeyValueErrorContext : IKeyValueErrorContext, IErrorContext
Properties
|
Edit this page
View Source
BucketName
Declaration
public string? BucketName { get; set; }
Property Value
|
Edit this page
View Source
Cas
Declaration
public ulong Cas { get; set; }
Property Value
|
Edit this page
View Source
ClientContextId
Declaration
public string? ClientContextId { get; set; }
Property Value
|
Edit this page
View Source
CollectionName
Declaration
public string? CollectionName { get; set; }
Property Value
|
Edit this page
View Source
DispatchedFrom
Declaration
public string? DispatchedFrom { get; set; }
Property Value
|
Edit this page
View Source
DispatchedTo
Declaration
public string? DispatchedTo { get; set; }
Property Value
|
Edit this page
View Source
DocumentKey
Declaration
public string? DocumentKey { get; set; }
Property Value
|
Edit this page
View Source
Message
Declaration
public string? Message { get; set; }
Property Value
|
Edit this page
View Source
OpCode
Declaration
[JsonConverter(typeof(CamelCaseStringEnumConverter<OpCode>))]
public OpCode OpCode { get; set; }
Property Value
|
Edit this page
View Source
RetryReasons
Declaration
public List<RetryReason>? RetryReasons { get; }
Property Value
|
Edit this page
View Source
ScopeName
Declaration
public string? ScopeName { get; set; }
Property Value
|
Edit this page
View Source
Status
Declaration
[JsonConverter(typeof(CamelCaseStringEnumConverter<ResponseStatus>))]
public ResponseStatus Status { get; set; }
Property Value
Methods
|
Edit this page
View Source
ToString()
Declaration
public override string ToString()
Returns
Overrides
Implements