Skip to content

Commit 5854f7b

Browse files
committed
fix error
1 parent 15e6c53 commit 5854f7b

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

server/src/main/java/org/elasticsearch/ElasticsearchException.java

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2018,13 +2018,7 @@ private enum ElasticsearchExceptionHandle {
20182018
183,
20192019
TransportVersions.V_8_16_0
20202020
),
2021-
REMOTE_EXCEPTION(
2022-
RemoteException.class,
2023-
RemoteException::new,
2024-
184,
2025-
TransportVersions.REMOTE_EXCEPTION,
2026-
TransportVersions.REMOTE_EXCEPTION_8_19
2027-
),
2021+
REMOTE_EXCEPTION(RemoteException.class, RemoteException::new, 184, TransportVersion.minimumCompatible()),
20282022
NO_MATCHING_PROJECT_EXCEPTION(
20292023
NoMatchingProjectException.class,
20302024
NoMatchingProjectException::new,

0 commit comments

Comments
 (0)