Skip to content

Commit d1ab178

Browse files
committed
update
1 parent 9fbe671 commit d1ab178

File tree

1 file changed

+24
-23
lines changed

1 file changed

+24
-23
lines changed

README.md

Lines changed: 24 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1183,29 +1183,30 @@ The valid floating point values 'Infinite' (calculated with '1/0') and 'Not a Nu
11831183

11841184
The following errors may be reported:
11851185

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
12091210

12101211
The following JSON structure is used:
12111212

0 commit comments

Comments
 (0)