diff options
author | Lathish <lathishbabu.ganesan@est.tech> | 2019-06-10 13:43:55 +0000 |
---|---|---|
committer | Lathish <lathishbabu.ganesan@est.tech> | 2019-06-10 13:43:55 +0000 |
commit | 8672a7536cca1cd826e880cb3d31c36a90d66ab8 (patch) | |
tree | c5399e4c6f11fa8546aa7faa741a86eb94da67e7 | |
parent | 5a83a8dc3dd5359b343f6dba52e0ca6907f58a5a (diff) |
Fixed incorrect error message
Issue-ID: APPC-1623
Change-Id: Ib6c58be5e5ddb41c39788208238234335f72e7ea
Signed-off-by: Lathish <lathishbabu.ganesan@est.tech>
-rw-r--r-- | appc-directed-graph/appc-dgraph/provider/src/main/resources/json/APPC/APPC_Generic_Configure.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/appc-directed-graph/appc-dgraph/provider/src/main/resources/json/APPC/APPC_Generic_Configure.json b/appc-directed-graph/appc-dgraph/provider/src/main/resources/json/APPC/APPC_Generic_Configure.json index 8e81e79a2..5b61e5610 100644 --- a/appc-directed-graph/appc-dgraph/provider/src/main/resources/json/APPC/APPC_Generic_Configure.json +++ b/appc-directed-graph/appc-dgraph/provider/src/main/resources/json/APPC/APPC_Generic_Configure.json @@ -625,7 +625,7 @@ "id": "48ba7f7f.85a5e", "type": "returnFailure", "name": "return failure", - "xml": "<return status=\"failure\">\n\t<parameter name=\"error-code\" value=\"401\"/>\n\t<parameter name=\"error-message\" value=\"DG Workflow GetAaiInfo not found\"/>\n\t", + "xml": "<return status=\"failure\">\n\t<parameter name=\"error-code\" value=\"401\"/>\n\t<parameter name=\"error-message\" value=\"getCommonConfigInfo in ConfigResourceNode Failed\"/>\n\t", "comments": "", "x": 1015.2776794433594, "y": 140.7142333984375, |