Module org.elasticsearch.xcore
Class Action.Result.Failure
java.lang.Object
org.elasticsearch.xpack.core.watcher.actions.Action.Result
org.elasticsearch.xpack.core.watcher.actions.Action.Result.StoppedResult
org.elasticsearch.xpack.core.watcher.actions.Action.Result.Failure
- All Implemented Interfaces:
org.elasticsearch.xcontent.ToXContent,org.elasticsearch.xcontent.ToXContentFragment
- Enclosing class:
Action.Result
Failure is a Action.Result.StoppedResult with a status of Action.Result.Status.FAILURE for actiosn that have failed unexpectedly
(e.g., an exception was thrown in a place that wouldn't expect one, like transformation or an HTTP request).-
Nested Class Summary
Nested classes/interfaces inherited from class org.elasticsearch.xpack.core.watcher.actions.Action.Result
Action.Result.Acknowledged, Action.Result.ConditionFailed, Action.Result.Failure, Action.Result.FailureWithException, Action.Result.Status, Action.Result.StoppedResult, Action.Result.ThrottledNested classes/interfaces inherited from interface org.elasticsearch.xcontent.ToXContent
org.elasticsearch.xcontent.ToXContent.DelegatingMapParams, org.elasticsearch.xcontent.ToXContent.MapParams, org.elasticsearch.xcontent.ToXContent.Params -
Field Summary
Fields inherited from class org.elasticsearch.xpack.core.watcher.actions.Action.Result
status, typeFields inherited from interface org.elasticsearch.xcontent.ToXContent
EMPTY, EMPTY_PARAMS -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.elasticsearch.xpack.core.watcher.actions.Action.Result.StoppedResult
reason, toXContentMethods inherited from class org.elasticsearch.xpack.core.watcher.actions.Action.Result
status, typeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.elasticsearch.xcontent.ToXContentFragment
isFragment
-
Constructor Details
-
Failure
-