Class PipelineException
- Namespace
- Elasticsearch.Net
- Assembly
- Elasticsearch.Net.dll
public class PipelineException : Exception, ISerializable
- Inheritance
-
PipelineException
- Implements
-
- Inherited Members
-
Constructors
PipelineException(PipelineFailure)
public PipelineException(PipelineFailure failure)
Parameters
failure
PipelineFailure
PipelineException(PipelineFailure, Exception)
public PipelineException(PipelineFailure failure, Exception innerException)
Parameters
failure
PipelineFailure
innerException
Exception
PipelineException(string)
public PipelineException(string message)
Parameters
message
string
Properties
ApiCall
public IApiCallDetails ApiCall { get; }
Property Value
- IApiCallDetails
FailureReason
public PipelineFailure FailureReason { get; }
Property Value
- PipelineFailure
Recoverable
public bool Recoverable { get; }
Property Value
- bool
Response
public IElasticsearchResponse Response { get; }
Property Value
- IElasticsearchResponse