Table of Contents

Class ErrorCause

Namespace
Elasticsearch.Net
Assembly
Elasticsearch.Net.dll
public class ErrorCause
Inheritance
ErrorCause
Derived
Inherited Members

Constructors

ErrorCause()

public ErrorCause()

Properties

CausedBy

public ErrorCause CausedBy { get; set; }

Property Value

ErrorCause

Metadata

public ErrorCause.ErrorCauseMetadata Metadata { get; set; }

Property Value

ErrorCause.ErrorCauseMetadata

Reason

public string Reason { get; set; }

Property Value

string

StackTrace

public string StackTrace { get; set; }

Property Value

string

Type

public string Type { get; set; }

Property Value

string

Methods

ToString()

public override string ToString()

Returns

string