Search Results for

    Show / Hide Table of Contents

    Class Error

    Inheritance
    object
    ErrorCause
    Error
    Inherited Members
    ErrorCause.AdditionalProperties
    ErrorCause.BytesLimit
    ErrorCause.BytesWanted
    ErrorCause.CausedBy
    ErrorCause.Column
    ErrorCause.FailedShards
    ErrorCause.Grouped
    ErrorCause.Index
    ErrorCause.IndexUUID
    ErrorCause.Language
    ErrorCause.Line
    ErrorCause.Phase
    ErrorCause.Reason
    ErrorCause.ResourceId
    ErrorCause.ResourceType
    ErrorCause.Script
    ErrorCause.ScriptStack
    ErrorCause.Shard
    ErrorCause.StackTrace
    ErrorCause.Type
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    Namespace: OpenSearch.Net
    Assembly: OpenSearch.Net.dll
    Syntax
    [DataContract]
    public class Error : ErrorCause

    Properties

    | Edit this page View Source

    Headers

    Declaration
    [DataMember(Name = "headers")]
    public IReadOnlyDictionary<string, string> Headers { get; set; }
    Property Value
    Type Description
    IReadOnlyDictionary<string, string>
    | Edit this page View Source

    RootCause

    Declaration
    [DataMember(Name = "root_cause")]
    public IReadOnlyCollection<ErrorCause> RootCause { get; set; }
    Property Value
    Type Description
    IReadOnlyCollection<ErrorCause>

    Methods

    | Edit this page View Source

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    string
    Overrides
    ErrorCause.ToString()

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Properties
      • Headers
      • RootCause
    • Methods
      • ToString()
    • Extension Methods
    Back to top Generated by DocFX