Skip to content

Commit 1986313

Browse files
authored
Update README.md
1 parent 19ee57a commit 1986313

File tree

1 file changed

+23
-23
lines changed

1 file changed

+23
-23
lines changed

README.md

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -811,29 +811,29 @@ JavaScript does not support 64 bit integers. All numbers are stored as 64 bit fl
811811

812812
The following errors may be reported:
813813

814-
| Error Code | HTTP Response Code | Message
815-
| ---------- | -------------------------- | --------------
816-
| 1000 | 404 NOT FOUND | Route not found
817-
| 1001 | 404 NOT FOUND | Table not found
818-
| 1002 | 422 UNPROCESSABLE ENTITY | Argument count mismatch
819-
| 1003 | 404 NOT FOUND | Record not found
820-
| 1004 | 403 FORBIDDEN | Origin is forbidden
821-
| 1005 | 404 NOT FOUND | Column not found
822-
| 1006 | 409 CONFLICT | Table already exists
823-
| 1007 | 409 CONFLICT | Column already exists
824-
| 1008 | 422 UNPROCESSABLE ENTITY | Cannot read HTTP message
825-
| 1009 | 409 CONFLICT | Duplicate key exception
826-
| 1010 | 409 CONFLICT | Data integrity violation
827-
| 1011 | 401 UNAUTHORIZED | Authentication required
828-
| 1012 | 403 FORBIDDEN | Authentication failed
829-
| 1013 | 422 UNPROCESSABLE ENTITY | Input validation failed
830-
| 1014 | 403 FORBIDDEN | Operation forbidden
831-
| 1015 | 405 METHOD NOT ALLOWED | Operation not supported
832-
| 1016 | 403 FORBIDDEN | Temporary or permanently blocked
833-
| 1017 | 403 FORBIDDEN | Bad or missing XSRF token
834-
| 1018 | 403 FORBIDDEN | Only AJAX requests allowed
835-
| 1019 | 422 UNPROCESSABLE ENTITY | File upload failed
836-
| 9999 | 500 INTERNAL SERVER ERROR | Unknown error
814+
| Error | HTTP response code | Message
815+
| ------| -------------------------- | --------------
816+
| 1000 | 404 Not found | Route not found
817+
| 1001 | 404 Not found | Table not found
818+
| 1002 | 422 Unprocessable entity | Argument count mismatch
819+
| 1003 | 404 Not found | Record not found
820+
| 1004 | 403 Forbidden | Origin is forbidden
821+
| 1005 | 404 Not found | Column not found
822+
| 1006 | 409 Conflict | Table already exists
823+
| 1007 | 409 Conflict | Column already exists
824+
| 1008 | 422 Unprocessable entity | Cannot read HTTP message
825+
| 1009 | 409 Conflict | Duplicate key exception
826+
| 1010 | 409 Conflict | Data integrity violation
827+
| 1011 | 401 Unauthorized | Authentication required
828+
| 1012 | 403 Forbidden | Authentication failed
829+
| 1013 | 422 Unprocessable entity | Input validation failed
830+
| 1014 | 403 Forbidden | Operation forbidden
831+
| 1015 | 405 Method not allowed | Operation not supported
832+
| 1016 | 403 Forbidden | Temporary or permanently blocked
833+
| 1017 | 403 Forbidden | Bad or missing XSRF token
834+
| 1018 | 403 Forbidden | Only AJAX requests allowed
835+
| 1019 | 422 Unprocessable entity | File upload failed
836+
| 9999 | 500 Internal server error | Unknown error
837837

838838
The following JSON structure is used:
839839

0 commit comments

Comments
 (0)