@@ -769,8 +769,7 @@ private enum ElasticsearchExceptionHandle {
769
769
// 26 was BatchOperationException
770
770
SNAPSHOT_CREATION_EXCEPTION (org .elasticsearch .snapshots .SnapshotCreationException .class ,
771
771
org .elasticsearch .snapshots .SnapshotCreationException ::new , 27 , UNKNOWN_VERSION_ADDED ),
772
- DELETE_FAILED_ENGINE_EXCEPTION (org .elasticsearch .index .engine .DeleteFailedEngineException .class , // deprecated in 6.0, remove in 7.0
773
- org .elasticsearch .index .engine .DeleteFailedEngineException ::new , 28 , UNKNOWN_VERSION_ADDED ),
772
+ // 28 was DeleteFailedEngineException, deprecated in 6.0, removed in 7.0
774
773
DOCUMENT_MISSING_EXCEPTION (org .elasticsearch .index .engine .DocumentMissingException .class ,
775
774
org .elasticsearch .index .engine .DocumentMissingException ::new , 29 , UNKNOWN_VERSION_ADDED ),
776
775
SNAPSHOT_EXCEPTION (org .elasticsearch .snapshots .SnapshotException .class ,
@@ -866,8 +865,7 @@ private enum ElasticsearchExceptionHandle {
866
865
org .elasticsearch .action .TimestampParsingException ::new , 78 , UNKNOWN_VERSION_ADDED ),
867
866
ROUTING_MISSING_EXCEPTION (org .elasticsearch .action .RoutingMissingException .class ,
868
867
org .elasticsearch .action .RoutingMissingException ::new , 79 , UNKNOWN_VERSION_ADDED ),
869
- INDEX_FAILED_ENGINE_EXCEPTION (org .elasticsearch .index .engine .IndexFailedEngineException .class , // deprecated in 6.0, remove in 7.0
870
- org .elasticsearch .index .engine .IndexFailedEngineException ::new , 80 , UNKNOWN_VERSION_ADDED ),
868
+ // 80 was IndexFailedEngineException, deprecated in 6.0, removed in 7.0
871
869
INDEX_SHARD_RESTORE_FAILED_EXCEPTION (org .elasticsearch .index .snapshots .IndexShardRestoreFailedException .class ,
872
870
org .elasticsearch .index .snapshots .IndexShardRestoreFailedException ::new , 81 , UNKNOWN_VERSION_ADDED ),
873
871
REPOSITORY_EXCEPTION (org .elasticsearch .repositories .RepositoryException .class ,
0 commit comments