From 9c696c0d1787d50a8481f7ccc66f30a3e0b6e197 Mon Sep 17 00:00:00 2001 From: KrupaNagabhushan Date: Thu, 16 Mar 2023 11:45:20 +0000 Subject: Allign properties import during service import Issue-ID: SDC-4438 Signed-off-by: KrupaNagabhushan Change-Id: Iefb3fd84d5087f7e114cd61f762bedfcafe864ec --- .../cookbooks/sdc-catalog-be/files/default/error-configuration.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'catalog-be/src/main/docker/backend') diff --git a/catalog-be/src/main/docker/backend/chef-repo/cookbooks/sdc-catalog-be/files/default/error-configuration.yaml b/catalog-be/src/main/docker/backend/chef-repo/cookbooks/sdc-catalog-be/files/default/error-configuration.yaml index fe32ad0b22..ba2e58d6b8 100644 --- a/catalog-be/src/main/docker/backend/chef-repo/cookbooks/sdc-catalog-be/files/default/error-configuration.yaml +++ b/catalog-be/src/main/docker/backend/chef-repo/cookbooks/sdc-catalog-be/files/default/error-configuration.yaml @@ -2871,9 +2871,10 @@ errors: messageId: "SVC4015" } + # %1 - The input name #---------SVC4016----------------------------- INPUT_NAME_ALREADY_EXIST: { code: 400, - message: "Input name already exist.", + message: "Input name '%1' already exist.", messageId: "SVC4016" } \ No newline at end of file -- cgit 1.2.3-korg