Class Error
Assembly: Couchbase.NetClient.dll
Syntax
Properties
|
Edit this page
View Source
AdditionalData
Declaration
[InterfaceStability(Level.Volatile)]
[JsonExtensionData]
[JsonExtensionData]
public IDictionary<string, object> AdditionalData { 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
Message
Declaration
[JsonProperty("msg")]
[JsonPropertyName("msg")]
public string Message { get; set; }
Property Value
|
Edit this page
View Source
Name
Declaration
[JsonProperty("name")]
public string Name { get; set; }
Property Value
|
Edit this page
View Source
Reason
Declaration
[JsonProperty("reason")]
public Reason Reason { get; set; }
Property Value
|
Edit this page
View Source
Retry
Declaration
[JsonProperty("retry")]
public bool Retry { get; set; }
Property Value
|
Edit this page
View Source
Severity
Declaration
[JsonProperty("sev")]
public Severity Severity { get; set; }
Property Value
|
Edit this page
View Source
Temp
Declaration
[JsonProperty("temp")]
public bool Temp { get; set; }
Property Value