-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy patherrors.json
102 lines (102 loc) · 2.05 KB
/
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
{
"00": {
"message": "Unauthorized",
"status": 401
},
"01": {
"message": "Invalid group member secret id",
"status": 401
},
"02": {
"message": "Invalid request",
"status": 400
},
"03": {
"message": "Login unsuccessful",
"status": 400
},
"04": {
"message": "Malformed authenication header has detected",
"status": 400
},
"05": {
"message": "No such user found",
"status": 404
},
"06": {
"message": "Not acceptable time",
"status": 400
},
"07": {
"message": "Not found",
"status": 404
},
"08": {
"message": "Someone in the group is already applying to a lottery in this period",
"status": 400
},
"09": {
"message": "Someone in the group is already applying to this lottery",
"status": 400
},
"10": {
"message": "The Application has already fullfilled",
"status": 400
},
"11": {
"message": "This lottery is not acceptable now.",
"status": 400
},
"12": {
"message": "This lottery is not done yet.",
"status": 400
},
"13": {
"message": "Unsupported content type",
"status": 400
},
"14": {
"message": "We're not accepting any application in this hours.",
"status": 400
},
"15": {
"message": "You have no permission to perform the action",
"status": 403
},
"16": {
"message": "Your application is already accepted",
"status": 400
},
"17": {
"message": "You’re already applying to a lottery in this period",
"status": 400
},
"18": {
"message": "We're not authorizing in this hours.",
"status": 403
},
"19": {
"message": "No application found",
"status": 404
},
"20": {
"message": "ID_LIST_FILE not found",
"status": 500
},
"21": {
"message": "too many group members",
"status": 400
},
"22": {
"message": "This user_id is already used in other day",
"status": 400
},
"23": {
"message": "Group members duplicated",
"status": 400
},
"24": {
"message": "You cannot apply while watching a show",
"status": 403
}
}