From 08aa9a036ca182b94bdf537ff90f8427ecd9943b Mon Sep 17 00:00:00 2001 From: Sriharsha Chintalapani Date: Thu, 8 Feb 2024 19:45:51 -0800 Subject: [PATCH] Fix wrong error type for UnhandledServerException (#15111) --- .../service/exception/UnhandledServerException.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openmetadata-service/src/main/java/org/openmetadata/service/exception/UnhandledServerException.java b/openmetadata-service/src/main/java/org/openmetadata/service/exception/UnhandledServerException.java index 721db379abf..ed8f7c1b224 100644 --- a/openmetadata-service/src/main/java/org/openmetadata/service/exception/UnhandledServerException.java +++ b/openmetadata-service/src/main/java/org/openmetadata/service/exception/UnhandledServerException.java @@ -20,7 +20,7 @@ public class UnhandledServerException extends WebServiceException { private static final String MESSAGE = "An exception with message [%s] was thrown while processing request."; - public static final String UNHANDLED_ERROR = "REFLECTION_ERROR"; + public static final String UNHANDLED_ERROR = "UNHANDLED_SERVER_EXCEPTION"; public UnhandledServerException(String exceptionMessage) { super(