diff options
author | vasraz <vasyl.razinkov@est.tech> | 2023-07-22 13:07:27 +0100 |
---|---|---|
committer | Michael Morris <michael.morris@est.tech> | 2023-07-28 13:00:55 +0000 |
commit | 216ea4998de9ae4ee603d7f8f5f6725b218ca710 (patch) | |
tree | 891920a916a6301836061e29f6154b5973431f99 /catalog-be/src/test/resources | |
parent | 47317bba3db6c7426a5461aa6c20716bf7db8c96 (diff) |
Implement 'Update Service by importing Tosca Template'-story
Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech>
Change-Id: Ia2842c49cc81eb30174d783805261d0e73835e48
Issue-ID: SDC-4576
Diffstat (limited to 'catalog-be/src/test/resources')
-rw-r--r-- | catalog-be/src/test/resources/config/catalog-be/error-configuration.yaml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/catalog-be/src/test/resources/config/catalog-be/error-configuration.yaml b/catalog-be/src/test/resources/config/catalog-be/error-configuration.yaml index 0937c1d58e..11ce71d488 100644 --- a/catalog-be/src/test/resources/config/catalog-be/error-configuration.yaml +++ b/catalog-be/src/test/resources/config/catalog-be/error-configuration.yaml @@ -2881,3 +2881,18 @@ errors: message: "Error: Uploaded YAML file is invalid.\n%1", messageId: "SVC4010" } + + #---------SVC4019----------------------------- + # %1 - metadata property name + UNCHANGEABLE_PROPERTY_ERROR: { + code: 402, + message: "Error: '%1' cannot change", + messageId: "SVC4019" + } + + #---------SVC4020----------------------------- + MISSING_SERVICE_METADATA: { + code: 402, + message: "Error: Missing metadata in Service", + messageId: "SVC4020" + } |