diff options
author | JvD_Ericsson <jeff.van.dam@est.tech> | 2022-12-06 11:40:17 +0000 |
---|---|---|
committer | JvD_Ericsson <jeff.van.dam@est.tech> | 2023-01-10 16:06:58 +0000 |
commit | aa92493c97b43075c18696d79f7d1bf62aa4805a (patch) | |
tree | f409319debbaeabd6051fb1a83dec96aba8cbd50 /asdctool | |
parent | 01482efa58dd30e82e640f237a654b8b079a7554 (diff) |
Fix resource property constraint values mutable in Service design
Issue-ID: SDC-4290
Signed-off-by: JvD_Ericsson <jeff.van.dam@est.tech>
Change-Id: Ica942b7a8bb1f03cbf6baec709135287e31def06
Diffstat (limited to 'asdctool')
-rw-r--r-- | asdctool/src/main/resources/config/error-configuration.yaml | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/asdctool/src/main/resources/config/error-configuration.yaml b/asdctool/src/main/resources/config/error-configuration.yaml index 5bd933ab80..4246e0def5 100644 --- a/asdctool/src/main/resources/config/error-configuration.yaml +++ b/asdctool/src/main/resources/config/error-configuration.yaml @@ -2853,4 +2853,11 @@ errors: CAPABILITY_NOT_FOUND: code: 404 message: "Capability '%1' was not found for model '%2'." - messageId: "SVC4014"
\ No newline at end of file + messageId: "SVC4014" + + #---------SVC4015----------------------------- + CANNOT_CHANGE_CONSTRAINTS: { + code: 400, + message: "Cannot change this properties constraints as the resource is an instance.", + messageId: "SVC4015" + }
\ No newline at end of file |