aboutsummaryrefslogtreecommitdiffstats
path: root/models-interactions/model-simulators/src/main/resources/org/onap/policy/simulators/aai/AaiNqResponse-Error.json
diff options
context:
space:
mode:
Diffstat (limited to 'models-interactions/model-simulators/src/main/resources/org/onap/policy/simulators/aai/AaiNqResponse-Error.json')
-rw-r--r--models-interactions/model-simulators/src/main/resources/org/onap/policy/simulators/aai/AaiNqResponse-Error.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/models-interactions/model-simulators/src/main/resources/org/onap/policy/simulators/aai/AaiNqResponse-Error.json b/models-interactions/model-simulators/src/main/resources/org/onap/policy/simulators/aai/AaiNqResponse-Error.json
new file mode 100644
index 000000000..77b30bdb1
--- /dev/null
+++ b/models-interactions/model-simulators/src/main/resources/org/onap/policy/simulators/aai/AaiNqResponse-Error.json
@@ -0,0 +1,15 @@
+{
+ "inventory-response-item": [],
+ "requestError": {
+ "serviceException": {
+ "messageId": "SVC3001",
+ "text": "Resource not found for %1 using id %2 (msg=%3) (ec=%4)",
+ "variables": [
+ "POST Search",
+ "getNamedQueryResponse",
+ "Node Not Found:No Node of type ${type} found for properties",
+ "ERR.5.4.6114"
+ ]
+ }
+ }
+}