forked from VineAPI/VineAPI
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patherrors.json
26 lines (25 loc) · 875 Bytes
/
errors.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
"101": "That username or password is incorrect.",
"420": "Please try again later.",
"900": "That record does not exist.",
"102": "Tag seacrh term is empty",
"103": "Authenticate first",
"104": "Server return empty data",
"105": "Server returns Error ...",
"106": "Server return empty data",
"107": "Server return empty data",
"108": "Server return empty data",
"109": "User seacrh term is empty",
"110": "User Id is empty",
"111": "username and 'password': or 'key': must be set",
"112": "Authenticate error",
"113": "Url doesn't belong to vine check your url",
"114": "Vine service is empty",
"115": "User id is not valid",
"116": "Password is empty",
"117": "Password must at least 4 character",
"118": "Username is empty",
"119": "Username must at least 4 character",
"120": "Email is empty",
"121": "Email is not valid"
}