fc1b4158a6ac6477b95dd994a97ce25504922344
[ndcode_site.git] / api / errors.json
1 {
2   "400": "Bad request",
3   "401": "Unauthorized",
4   "402": "Payment required",
5   "403": "Forbidden",
6   "404": "Not found",
7   "405": "Method not allowed",
8   "406": "Not acceptable",
9   "407": "Proxy authentication required",
10   "408": "Request timeout",
11   "409": "Conflict",
12   "410": "Gone",
13   "411": "Length required",
14   "412": "Precondition failed",
15   "413": "Request entity too large",
16   "414": "Request URI too long",
17   "415": "Unsupported media type",
18   "417": "Expectation failed",
19   "418": "No verification image in session",
20   "419": "Verification code mismatch",
21   "420": "Account already exists",
22   "500": "Internal server error",
23   "501": "Not implemented",
24   "502": "Bad gateway",
25   "503": "Service unavailable",
26   "504": "Gateway timeout",
27   "505": "HTTP version not supported"
28 }