Couchbase .NET SDK __CB_SDK_VERSION__

Show / Hide Table of Contents

Class Reason

Inheritance
object
Reason
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 Reason

Constructors

View Source

Reason()

Declaration
public Reason()

Properties

View Source

Caller

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

Code

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

Key

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

Message

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