Couchbase .NET SDK | 3.7.2
Search Results for

    Show / Hide Table of Contents

    Class Reason

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

    Properties

    | Edit this page View Source

    Caller

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

    Code

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

    Key

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

    Message

    Declaration
    [JsonProperty("message")]
    public string Message { get; set; }
    Property Value
    Type Description
    string
    • Edit this page
    • View Source
    In this article
    Back to top © 2025 Couchbase, Inc.