Couchbase .NET SDK __CB_SDK_VERSION__

Show / Hide Table of Contents

Class Error

Inheritance
object
Error
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Couchbase.Query
Assembly: Couchbase.NetClient.dll
Syntax
public class Error

Constructors

View Source

Error()

Declaration
public Error()

Properties

View Source

AdditionalData

Declaration
[InterfaceStability(Level.Volatile)]
[JsonExtensionData]
[JsonExtensionData]
public IDictionary<string, object> AdditionalData { get; set; }
Property Value
Type Description
IDictionary<string, object>
View Source

Cause

Declaration
[InterfaceStability(Level.Volatile)]
[JsonProperty("cause")]
[JsonPropertyName("cause")]
public QueryErrorCause Cause { get; set; }
Property Value
Type Description
QueryErrorCause
View Source

Code

Declaration
[JsonProperty("code")]
[JsonPropertyName("code")]
public int Code { get; set; }
Property Value
Type Description
int
View Source

Message

Declaration
[JsonProperty("msg")]
[JsonPropertyName("msg")]
public string Message { get; set; }
Property Value
Type Description
string
View Source

Name

Declaration
[JsonProperty("name")]
[JsonPropertyName("name")]
public string Name { get; set; }
Property Value
Type Description
string
View Source

Reason

Declaration
[JsonProperty("reason")]
[JsonPropertyName("reason")]
public Reason Reason { get; set; }
Property Value
Type Description
Reason
View Source

Retry

Declaration
[JsonProperty("retry")]
[JsonPropertyName("retry")]
public bool Retry { get; set; }
Property Value
Type Description
bool
View Source

Severity

Declaration
[JsonProperty("sev")]
[JsonPropertyName("sev")]
public Severity Severity { get; set; }
Property Value
Type Description
Severity
View Source

Temp

Declaration
[JsonProperty("temp")]
[JsonPropertyName("temp")]
public bool Temp { get; set; }
Property Value
Type Description
bool
  • View Source
In this article
Back to top Copyright © 2020 Couchbase, Inc. All rights reserved.