Class ErrorCause
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
|
Edit this page
View Source
BytesLimit
Declaration
public long? BytesLimit { get; }
Property Value
|
Edit this page
View Source
BytesWanted
Declaration
public long? BytesWanted { get; }
Property Value
|
Edit this page
View Source
CausedBy
Declaration
public ErrorCause CausedBy { get; }
Property Value
|
Edit this page
View Source
Column
Declaration
public int? Column { get; }
Property Value
|
Edit this page
View Source
FailedShards
Declaration
public IReadOnlyCollection<ShardFailure> FailedShards { get; }
Property Value
|
Edit this page
View Source
Grouped
Declaration
public bool? Grouped { get; }
Property Value
|
Edit this page
View Source
Index
Declaration
public string Index { get; }
Property Value
|
Edit this page
View Source
IndexUUID
Declaration
public string IndexUUID { get; }
Property Value
|
Edit this page
View Source
Language
Declaration
public string Language { get; }
Property Value
|
Edit this page
View Source
Line
Declaration
public int? Line { get; }
Property Value
|
Edit this page
View Source
Phase
Declaration
public string Phase { get; }
Property Value
|
Edit this page
View Source
Reason
Declaration
public string Reason { get; }
Property Value
|
Edit this page
View Source
ResourceId
Declaration
public IReadOnlyCollection<string> ResourceId { get; }
Property Value
|
Edit this page
View Source
ResourceType
Declaration
public string ResourceType { get; }
Property Value
|
Edit this page
View Source
Script
Declaration
public string Script { get; }
Property Value
|
Edit this page
View Source
ScriptStack
Declaration
public IReadOnlyCollection<string> ScriptStack { get; }
Property Value
|
Edit this page
View Source
Shard
Declaration
public int? Shard { get; }
Property Value
|
Edit this page
View Source
StackTrace
Declaration
public string StackTrace { get; }
Property Value
|
Edit this page
View Source
Type
Declaration
public string Type { get; }
Property Value
Methods
|
Edit this page
View Source
ToString()
Declaration
public override string ToString()
Returns
Overrides
Extension Methods