Search Results for

    Show / Hide Table of Contents

    Class ErrorCause

    Inheritance
    object
    ErrorCause
    Error
    Inherited Members
    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 ErrorCause

    Properties

    | Edit this page View Source

    AdditionalProperties

    Additional properties related to the error cause. Contains properties that are not explicitly mapped on ErrorCause

    Declaration
    public IReadOnlyDictionary<string, object> AdditionalProperties { get; }
    Property Value
    Type Description
    IReadOnlyDictionary<string, object>
    | Edit this page View Source

    BytesLimit

    Declaration
    public long? BytesLimit { get; }
    Property Value
    Type Description
    long?
    | Edit this page View Source

    BytesWanted

    Declaration
    public long? BytesWanted { get; }
    Property Value
    Type Description
    long?
    | Edit this page View Source

    CausedBy

    Declaration
    public ErrorCause CausedBy { get; }
    Property Value
    Type Description
    ErrorCause
    | Edit this page View Source

    Column

    Declaration
    public int? Column { get; }
    Property Value
    Type Description
    int?
    | Edit this page View Source

    FailedShards

    Declaration
    public IReadOnlyCollection<ShardFailure> FailedShards { get; }
    Property Value
    Type Description
    IReadOnlyCollection<ShardFailure>
    | Edit this page View Source

    Grouped

    Declaration
    public bool? Grouped { get; }
    Property Value
    Type Description
    bool?
    | Edit this page View Source

    Index

    Declaration
    public string Index { get; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    IndexUUID

    Declaration
    public string IndexUUID { get; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Language

    Declaration
    public string Language { get; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Line

    Declaration
    public int? Line { get; }
    Property Value
    Type Description
    int?
    | Edit this page View Source

    Phase

    Declaration
    public string Phase { get; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Reason

    Declaration
    public string Reason { get; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    ResourceId

    Declaration
    public IReadOnlyCollection<string> ResourceId { get; }
    Property Value
    Type Description
    IReadOnlyCollection<string>
    | Edit this page View Source

    ResourceType

    Declaration
    public string ResourceType { get; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Script

    Declaration
    public string Script { get; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    ScriptStack

    Declaration
    public IReadOnlyCollection<string> ScriptStack { get; }
    Property Value
    Type Description
    IReadOnlyCollection<string>
    | Edit this page View Source

    Shard

    Declaration
    public int? Shard { get; }
    Property Value
    Type Description
    int?
    | Edit this page View Source

    StackTrace

    Declaration
    public string StackTrace { get; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Type

    Declaration
    public string Type { get; }
    Property Value
    Type Description
    string

    Methods

    | Edit this page View Source

    ToString()

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

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Properties
      • AdditionalProperties
      • BytesLimit
      • BytesWanted
      • CausedBy
      • Column
      • FailedShards
      • Grouped
      • Index
      • IndexUUID
      • Language
      • Line
      • Phase
      • Reason
      • ResourceId
      • ResourceType
      • Script
      • ScriptStack
      • Shard
      • StackTrace
      • Type
    • Methods
      • ToString()
    • Extension Methods
    Back to top Generated by DocFX