Couchbase .NET SDK | 3.8.0
Search Results for

    Show / Hide Table of Contents

    Class Error

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

    Properties

    | Edit this page View Source

    AdditionalData

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

    Code

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

    Message

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

    Name

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

    Reason

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

    Retry

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

    Severity

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

    Temp

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