public interface ShardOperationFailedException extends Streamable, ToXContent
ToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.ParamsEMPTY_PARAMS| Modifier and Type | Method and Description |
|---|---|
java.lang.Throwable |
getCause()
The cause of this failure
|
java.lang.String |
index()
The index the operation failed on.
|
java.lang.String |
reason()
The reason of the failure.
|
int |
shardId()
The index the operation failed on.
|
RestStatus |
status()
The status of the failure.
|
readFrom, writeToisFragment, toXContentjava.lang.String index()
int shardId()
java.lang.String reason()
RestStatus status()
java.lang.Throwable getCause()