Interface IKeyValueErrorContext
Assembly: Couchbase.NetClient.dll
Syntax
[InterfaceStability(Level.Uncommitted)]
public interface IKeyValueErrorContext : IErrorContext
Properties
|
Edit this page
View Source
BucketName
Declaration
string? BucketName { get; }
Property Value
|
Edit this page
View Source
Cas
Declaration
Property Value
|
Edit this page
View Source
ClientContextId
Declaration
string? ClientContextId { get; }
Property Value
|
Edit this page
View Source
CollectionName
Declaration
string? CollectionName { get; }
Property Value
|
Edit this page
View Source
DispatchedFrom
Declaration
string? DispatchedFrom { get; }
Property Value
|
Edit this page
View Source
DispatchedTo
Declaration
string? DispatchedTo { get; }
Property Value
|
Edit this page
View Source
DocumentKey
Declaration
string? DocumentKey { get; }
Property Value
|
Edit this page
View Source
OpCode
Declaration
OpCode OpCode { get; set; }
Property Value
|
Edit this page
View Source
ScopeName
Declaration
string? ScopeName { get; }
Property Value
|
Edit this page
View Source
Status
Declaration
ResponseStatus Status { get; }
Property Value