@@ -33,6 +33,7 @@ export class PlayersApi {
33
33
} ,
34
34
errors : {
35
35
404 : `Player was not found` ,
36
+ 500 : `Server error` ,
36
37
} ,
37
38
} )
38
39
}
@@ -56,6 +57,7 @@ export class PlayersApi {
56
57
} ,
57
58
errors : {
58
59
404 : `Player was not found` ,
60
+ 500 : `Server error` ,
59
61
} ,
60
62
} )
61
63
}
@@ -79,6 +81,7 @@ export class PlayersApi {
79
81
} ,
80
82
errors : {
81
83
404 : `Player was not found` ,
84
+ 500 : `Server error` ,
82
85
} ,
83
86
} )
84
87
}
@@ -102,6 +105,7 @@ export class PlayersApi {
102
105
} ,
103
106
errors : {
104
107
404 : `Player was not found` ,
108
+ 500 : `Server error` ,
105
109
} ,
106
110
} )
107
111
}
@@ -129,6 +133,7 @@ export class PlayersApi {
129
133
mediaType : "application/json" ,
130
134
errors : {
131
135
404 : `Player was not found` ,
136
+ 500 : `Server error` ,
132
137
} ,
133
138
} )
134
139
}
@@ -152,6 +157,7 @@ export class PlayersApi {
152
157
} ,
153
158
errors : {
154
159
404 : `Player was not found` ,
160
+ 500 : `Server error` ,
155
161
} ,
156
162
} )
157
163
}
@@ -175,6 +181,7 @@ export class PlayersApi {
175
181
} ,
176
182
errors : {
177
183
404 : `Player was not found` ,
184
+ 500 : `Server error` ,
178
185
} ,
179
186
} )
180
187
}
@@ -203,6 +210,7 @@ export class PlayersApi {
203
210
} ,
204
211
errors : {
205
212
404 : `Player was not found` ,
213
+ 500 : `Server error` ,
206
214
} ,
207
215
} )
208
216
}
0 commit comments