diff options
author | andre.schmid <andre.schmid@est.tech> | 2021-10-01 18:45:17 +0100 |
---|---|---|
committer | André Schmid <andre.schmid@est.tech> | 2021-10-15 14:26:03 +0000 |
commit | 1b61e72f6506de7c1f64098dd25adf7af7b31dc1 (patch) | |
tree | 53036d7bb556547059f1207ec7c8a42959cd05a7 /catalog-be/src/main/docker/backend | |
parent | 08ba15073ff236c67303d084d56a026975ba1a25 (diff) |
Import multiple node types in a single endpoint
Change-Id: I7aa914d459a083146b92ef82197c8df265b8c5b6
Issue-ID: SDC-3752
Signed-off-by: andre.schmid <andre.schmid@est.tech>
Diffstat (limited to 'catalog-be/src/main/docker/backend')
-rw-r--r-- | catalog-be/src/main/docker/backend/chef-repo/cookbooks/sdc-catalog-be/files/default/error-configuration.yaml | 6 |
1 files changed, 6 insertions, 0 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 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 |