Add module for error responses
[policy/models.git] / models-errors / src / test / resources / error.response.simple.json
1 {
2     "code" : "404",
3     "error" : "Policy Type does not exist",
4     "details" : [
5         "Missing metadata section",
6         "The property value foo bar is missing"   
7     ],
8     "warnings" : [
9         "The topology_template is missing"
10     ]
11 }