public interface ShardOperationFailedException extends Streamable, Serializable
Modifier and Type | Method and Description |
---|---|
String |
index()
The index the operation failed on.
|
String |
reason()
The reason of the failure.
|
int |
shardId()
The index the operation failed on.
|
RestStatus |
status()
The status of the failure.
|
readFrom, writeTo
String index()
int shardId()
String reason()
RestStatus status()
Copyright © 2009–2015. All rights reserved.