Class Action.Result.ConditionFailed

All Implemented Interfaces:
org.elasticsearch.xcontent.ToXContent, org.elasticsearch.xcontent.ToXContentFragment
Enclosing class:
Action.Result

public static class Action.Result.ConditionFailed extends Action.Result.StoppedResult
ConditionFailed is a Action.Result.StoppedResult with a status of Action.Result.Status.FAILURE for actions that have been skipped because the action's condition failed (either expected or unexpected).
  • Constructor Details