OpenSearch/plugin/graph
Luca Cavanna d9eb4c049f Trim down usages of `ShardOperationFailedException` interface (elastic/x-pack-elasticsearch#3662)
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
2018-01-22 15:51:55 +01:00
..
src Trim down usages of `ShardOperationFailedException` interface (elastic/x-pack-elasticsearch#3662) 2018-01-22 15:51:55 +01:00
build.gradle Drop native controller from descriptors (except ML) 2018-01-21 11:00:51 -05:00