@@ -67,9 +67,9 @@ export class TableService {
6767                'lang' : lang , 
6868            } , 
6969            errors : { 
70-                 400 : `Error respsone  for 400` , 
71-                 404 : `Error respsone  for 404` , 
72-                 429 : `Error respsone  for 429` , 
70+                 400 : `Error response  for 400` , 
71+                 404 : `Error response  for 404` , 
72+                 429 : `Error response  for 429` , 
7373            } , 
7474        } ) ; 
7575    } 
@@ -113,9 +113,9 @@ export class TableService {
113113                'defaultSelection' : defaultSelection , 
114114            } , 
115115            errors : { 
116-                 400 : `Error respsone  for 400` , 
117-                 404 : `Error respsone  for 404` , 
118-                 429 : `Error respsone  for 429` , 
116+                 400 : `Error response  for 400` , 
117+                 404 : `Error response  for 404` , 
118+                 429 : `Error response  for 429` , 
119119            } , 
120120        } ) ; 
121121    } 
@@ -141,9 +141,9 @@ export class TableService {
141141                'lang' : lang , 
142142            } , 
143143            errors : { 
144-                 400 : `Error respsone  for 400` , 
145-                 404 : `Error respsone  for 404` , 
146-                 429 : `Error respsone  for 429` , 
144+                 400 : `Error response  for 400` , 
145+                 404 : `Error response  for 404` , 
146+                 429 : `Error response  for 429` , 
147147            } , 
148148        } ) ; 
149149    } 
@@ -168,9 +168,9 @@ export class TableService {
168168                'lang' : lang , 
169169            } , 
170170            errors : { 
171-                 400 : `Error respsone  for 400` , 
172-                 404 : `Error respsone  for 404` , 
173-                 429 : `Error respsone  for 429` , 
171+                 400 : `Error response  for 400` , 
172+                 404 : `Error response  for 404` , 
173+                 429 : `Error response  for 429` , 
174174            } , 
175175        } ) ; 
176176    } 
@@ -213,10 +213,10 @@ export class TableService {
213213                'stub' : stub , 
214214            } , 
215215            errors : { 
216-                 400 : `Error respsone  for 400` , 
217-                 403 : `Error respsone  for 403` , 
218-                 404 : `Error respsone  for 404` , 
219-                 429 : `Error respsone  for 429` , 
216+                 400 : `Error response  for 400` , 
217+                 403 : `Error response  for 403` , 
218+                 404 : `Error response  for 404` , 
219+                 429 : `Error response  for 429` , 
220220            } , 
221221        } ) ; 
222222    } 
@@ -248,10 +248,10 @@ export class TableService {
248248            body : requestBody , 
249249            mediaType : 'application/json' , 
250250            errors : { 
251-                 400 : `Error respsone  for 400` , 
252-                 403 : `Error respsone  for 403` , 
253-                 404 : `Error respsone  for 404` , 
254-                 429 : `Error respsone  for 429` , 
251+                 400 : `Error response  for 400` , 
252+                 403 : `Error response  for 403` , 
253+                 404 : `Error response  for 404` , 
254+                 429 : `Error response  for 429` , 
255255            } , 
256256        } ) ; 
257257    } 
0 commit comments