Add /api/sign_(in|out).json endpoints, uncomment sign in/out logic in navbar and...
[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   "421": "Account does not exist",
23   "422": "Email already verified",
24   "423": "Link code missing",
25   "424": "Link code mismatch",
26   "425": "Email not yet verified",
27   "500": "Internal server error",
28   "501": "Not implemented",
29   "502": "Bad gateway",
30   "503": "Service unavailable",
31   "504": "Gateway timeout",
32   "505": "HTTP version not supported"
33 }