diff --git a/app/server/appsmith-plugins/googleSheetsPlugin/src/main/java/com/external/plugins/exceptions/GSheetsPluginError.java b/app/server/appsmith-plugins/googleSheetsPlugin/src/main/java/com/external/plugins/exceptions/GSheetsPluginError.java index 4d3d60dffa..b715bac0ef 100644 --- a/app/server/appsmith-plugins/googleSheetsPlugin/src/main/java/com/external/plugins/exceptions/GSheetsPluginError.java +++ b/app/server/appsmith-plugins/googleSheetsPlugin/src/main/java/com/external/plugins/exceptions/GSheetsPluginError.java @@ -11,7 +11,7 @@ public enum GSheetsPluginError implements BasePluginError { 500, "PE-GSH-5000", "{0}", - AppsmithErrorAction.LOG_EXTERNALLY, + AppsmithErrorAction.DEFAULT, "Query execution error", ErrorType.INTERNAL_ERROR, "{1}", @@ -20,7 +20,7 @@ public enum GSheetsPluginError implements BasePluginError { 500, "PE-GSH-5001", "Error occurred while processing the response. Please check the error details for more information.", - AppsmithErrorAction.LOG_EXTERNALLY, + AppsmithErrorAction.DEFAULT, "Response processing error", ErrorType.INTERNAL_ERROR, "{1}",