Move *.jst from / to /_lib to keep things tidy, implement /_lib/Problem.jst and ...
[ndcode_site.git] / api / errors.json
index 28b7e37..fc1b415 100644 (file)
   "417": "Expectation failed",
   "418": "No verification image in session",
   "419": "Verification code mismatch",
-  "420": "Account already exists"
+  "420": "Account already exists",
+  "500": "Internal server error",
+  "501": "Not implemented",
+  "502": "Bad gateway",
+  "503": "Service unavailable",
+  "504": "Gateway timeout",
+  "505": "HTTP version not supported"
 }