From 1b61e72f6506de7c1f64098dd25adf7af7b31dc1 Mon Sep 17 00:00:00 2001 From: "andre.schmid" Date: Fri, 1 Oct 2021 18:45:17 +0100 Subject: Import multiple node types in a single endpoint Change-Id: I7aa914d459a083146b92ef82197c8df265b8c5b6 Issue-ID: SDC-3752 Signed-off-by: andre.schmid --- .../cookbooks/sdc-catalog-be/files/default/error-configuration.yaml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'catalog-be/src/main/docker') 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 9d3204b732..cfde6b45b8 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 @@ -2611,4 +2611,10 @@ errors: code: 500, message: "Could not delete the model '%1' elements.", messageId: "SVC4160" + } + #---------SVC4161----------------------------- + INVALID_NODE_TYPES_YAML: { + code: 400, + message: "Invalid node_types TOSCA yaml", + messageId: "SVC4161" } \ No newline at end of file -- cgit 1.2.3-korg