d9eb4c049f
In many cases we use the `ShardOperationFailedException` interface to abstract an exception that can only be of one type, namely `DefaultShardOperationException`. There is no need to use the interface in such cases, the concrete type should be used instead. That has the additional advantage of simplifying parsing such exceptions back from rest responses for the high-level REST client. Original commit: elastic/x-pack-elasticsearch@b2259afcbf |
||
---|---|---|
.. | ||
src | ||
build.gradle |