summaryrefslogtreecommitdiff
path: root/apidocs/src/resources/samples/db-faults-badRequest.json
blob: fcb4571afcfa30e6428c3e0fdf77139c4f3b1fc6 (plain)
1
2
3
4
5
6
7
8
9
10
11
HTTP/1.1 400 None
Content-Length: 120
Content-Type: application/json; charset=UTF-8
Date: Tue, 29 Nov 2011 00:33:48 GMT

{
    "badRequest": {
        "code": 400,
        "message": "Volume 'size' needs to be a positive integer value, -1.0 cannot be accepted."
    }
}