Class IngestPipelineException

All Implemented Interfaces:
Serializable, Writeable, ElasticsearchWrapperException, ToXContent, ToXContentFragment

public class IngestPipelineException extends ElasticsearchException implements ElasticsearchWrapperException
A dedicated wrapper for exceptions encountered while executing an ingest pipeline. Unlike IngestProcessorException, this exception indicates an issue with the overall pipeline execution, either due to mid-process validation problem or other non-processor level issues with the execution. The wrapper is needed as we currently only unwrap causes for instances of ElasticsearchWrapperException.
See Also: