diff options
author | KrupaNagabhushan <krupa.nagabhushan@est.tech> | 2021-08-22 02:04:29 +0100 |
---|---|---|
committer | Michael Morris <michael.morris@est.tech> | 2021-08-24 20:43:02 +0000 |
commit | 5f0adaaf5879db0ff9a0d9e772dc6fd6c35901af (patch) | |
tree | 12475f113c0391e8caacba56e1a2622a05db5042 /catalog-be/src/main/docker/backend/chef-repo | |
parent | 38f534f4c7c425f49925dd2d3615729eba703130 (diff) |
Fix artifact name invalid error message
Issue-ID: SDC-3680
Signed-off-by: KrupaNagabhushan <krupa.nagabhushan@est.tech>
Change-Id: I859953a9a0d8065437589cd7592137b14b29c7e5
Diffstat (limited to 'catalog-be/src/main/docker/backend/chef-repo')
-rw-r--r-- | catalog-be/src/main/docker/backend/chef-repo/cookbooks/sdc-catalog-be/files/default/error-configuration.yaml | 4 |
1 files changed, 3 insertions, 1 deletions
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 8f5b2b6355..6d243d2e94 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 @@ -1803,9 +1803,11 @@ errors: messageId: "SVC4669" } #---------SVC4670------------------------------ + # %1 - artifactname + # %2 - validname ARTIFACT_NAME_INVALID: { code: 400, - message: "Error: Artifact name is invalid.", + message: "Error: Artifact name '%1' is invalid. Only the following characters are allowed in the Artifact Name: '%2'.", messageId: "SVC4670" } #---------SVC4671------------------------------ |