Class Reason
Assembly: Couchbase.NetClient.dll
Syntax
Properties
|
Edit this page
View Source
Caller
Declaration
[JsonProperty("caller")]
public string Caller { get; set; }
Property Value
|
Edit this page
View Source
Code
Declaration
[JsonProperty("code")]
public int Code { get; set; }
Property Value
|
Edit this page
View Source
Key
Declaration
[JsonProperty("key")]
public string Key { get; set; }
Property Value
|
Edit this page
View Source
Message
Declaration
[JsonProperty("message")]
public string Message { get; set; }
Property Value