Class GraphStructureException

All Implemented Interfaces:
Serializable, Writeable, ToXContent, ToXContentFragment

public class GraphStructureException extends ElasticsearchException
This exception is thrown when there is something wrong with the structure of the graph (such as the graph of pipelines) to be applied to a document. For example, this is thrown when there are cycles in the graph when cycles are not allowed.
See Also:
  • Constructor Details