Add proper error messages on delete rApp response 19/11819/1
authoraravind.est <aravindhan.a@est.tech>
Mon, 25 Sep 2023 13:06:45 +0000 (14:06 +0100)
committeraravind.est <aravindhan.a@est.tech>
Mon, 25 Sep 2023 13:06:45 +0000 (14:06 +0100)
commitb5c6c711f527ccf4a288457fb7168cbbf7399f24
tree20f4d3b8645f1fc47f3288eb77a842d2142aeead
parent6ab517a1fe9ea8bd69645a9bcb70839a436e8ea4
Add proper error messages on delete rApp response

Delete rApp provides the response based on the state of rApp and the existence of rApp instances.

Issue-ID: NONRTRIC-913
Signed-off-by: aravind.est <aravindhan.a@est.tech>
Change-Id: Ic9714a2e507e7c0a2035313ec3d3b6ee8bfddfdf
rapp-manager-application/src/main/java/com/oransc/rappmanager/rest/RappController.java
rapp-manager-application/src/main/java/com/oransc/rappmanager/service/RappService.java
rapp-manager-application/src/test/java/com/oransc/rappmanager/service/RappServiceTest.java