Class Error
Assembly: OpenSearch.Net.dll
Syntax
[DataContract]
public class Error : ErrorCause
Properties
|
Edit this page
View Source
Declaration
[DataMember(Name = "headers")]
public IReadOnlyDictionary<string, string> Headers { get; set; }
Property Value
|
Edit this page
View Source
RootCause
Declaration
[DataMember(Name = "root_cause")]
public IReadOnlyCollection<ErrorCause> RootCause { get; set; }
Property Value
Methods
|
Edit this page
View Source
ToString()
Declaration
public override string ToString()
Returns
Overrides
Extension Methods