@@ -1183,29 +1183,30 @@ The valid floating point values 'Infinite' (calculated with '1/0') and 'Not a Nu
1183
1183
1184
1184
The following errors may be reported:
1185
1185
1186
- | Error | HTTP response code | Message
1187
- | ------| -------------------------- | --------------
1188
- | 1000 | 404 Not found | Route not found
1189
- | 1001 | 404 Not found | Table not found
1190
- | 1002 | 422 Unprocessable entity | Argument count mismatch
1191
- | 1003 | 404 Not found | Record not found
1192
- | 1004 | 403 Forbidden | Origin is forbidden
1193
- | 1005 | 404 Not found | Column not found
1194
- | 1006 | 409 Conflict | Table already exists
1195
- | 1007 | 409 Conflict | Column already exists
1196
- | 1008 | 422 Unprocessable entity | Cannot read HTTP message
1197
- | 1009 | 409 Conflict | Duplicate key exception
1198
- | 1010 | 409 Conflict | Data integrity violation
1199
- | 1011 | 401 Unauthorized | Authentication required
1200
- | 1012 | 403 Forbidden | Authentication failed
1201
- | 1013 | 422 Unprocessable entity | Input validation failed
1202
- | 1014 | 403 Forbidden | Operation forbidden
1203
- | 1015 | 405 Method not allowed | Operation not supported
1204
- | 1016 | 403 Forbidden | Temporary or permanently blocked
1205
- | 1017 | 403 Forbidden | Bad or missing XSRF token
1206
- | 1018 | 403 Forbidden | Only AJAX requests allowed
1207
- | 1019 | 403 Forbidden | Pagination Forbidden
1208
- | 9999 | 500 Internal server error | Unknown error
1186
+ | Error | HTTP response code | Message
1187
+ | ----- | ------------------------- | --------------
1188
+ | 0 | 200 Ok | Success
1189
+ | 1000 | 404 Not found | Route not found
1190
+ | 1001 | 404 Not found | Table not found
1191
+ | 1002 | 422 Unprocessable entity | Argument count mismatch
1192
+ | 1003 | 404 Not found | Record not found
1193
+ | 1004 | 403 Forbidden | Origin is forbidden
1194
+ | 1005 | 404 Not found | Column not found
1195
+ | 1006 | 409 Conflict | Table already exists
1196
+ | 1007 | 409 Conflict | Column already exists
1197
+ | 1008 | 422 Unprocessable entity | Cannot read HTTP message
1198
+ | 1009 | 409 Conflict | Duplicate key exception
1199
+ | 1010 | 409 Conflict | Data integrity violation
1200
+ | 1011 | 401 Unauthorized | Authentication required
1201
+ | 1012 | 403 Forbidden | Authentication failed
1202
+ | 1013 | 422 Unprocessable entity | Input validation failed
1203
+ | 1014 | 403 Forbidden | Operation forbidden
1204
+ | 1015 | 405 Method not allowed | Operation not supported
1205
+ | 1016 | 403 Forbidden | Temporary or permanently blocked
1206
+ | 1017 | 403 Forbidden | Bad or missing XSRF token
1207
+ | 1018 | 403 Forbidden | Only AJAX requests allowed
1208
+ | 1019 | 403 Forbidden | Pagination Forbidden
1209
+ | 9999 | 500 Internal server error | Unknown error
1209
1210
1210
1211
The following JSON structure is used:
1211
1212
0 commit comments