summaryrefslogtreecommitdiffstats
path: root/models-errors/src/test/resources/error.response.simple.json
blob: d9420c07df728ada715a6461c991aff42d625652 (plain)
1
2
3
4
5
6
7
8
9
10
11
{
    "code" : "404",
    "error" : "Policy Type does not exist",
    "details" : [
        "Missing metadata section",
        "The property value foo bar is missing"   
    ],
    "warnings" : [
        "The topology_template is missing"
    ]
}