Show hint on Razer Forge TV account registration
[stouyapi.git] / www / api / v1 / gamers / register-error.json
1 {
2     "error": {
3         "message": "Validation errors occurred",
4         "code": 2006,
5         "data": {
6             "username": [
7                 "Registration not available. Login instead."
8             ],
9             "email": [
10                 "Registration not available - login instead. First part of login e-mail will be used as nickname."
11             ]
12         }
13     }
14 }