Some details info
[ouya-store-api.git] / api / devs.ouya.tv / api-v1-gamers.response-invalid.json
1 {
2   "error": {
3     "data": {
4       "username": [
5         "can't be blank",
6         "is too short (minimum is 3 characters)",
7         "is invalid"
8       ],
9       "password": [
10         "can't be blank",
11         "cannot contain username"
12       ]
13     },
14     "message": "Validation errors occurred",
15     "code": 2006
16   }
17 }