Class IndexDocFailureStoreStatus.ExceptionWithFailureStoreStatus

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.elasticsearch.ElasticsearchException
org.elasticsearch.action.bulk.IndexDocFailureStoreStatus.ExceptionWithFailureStoreStatus
All Implemented Interfaces:
Serializable, Writeable, ToXContent, ToXContentFragment
Enclosing class:
IndexDocFailureStoreStatus

public static class IndexDocFailureStoreStatus.ExceptionWithFailureStoreStatus extends ElasticsearchException
Exception wrapper class that adds the failure store status in the XContent response. Note: We are not using IndexDocFailureStoreStatus.ExceptionWithFailureStoreStatus because then it unwraps it directly in the ElasticsearchException and we cannot add the field.
See Also: