From 8eed4b9cf821d0355f60a3b2f719ceef7426f844 Mon Sep 17 00:00:00 2001 From: krugerk <4656811+krugerk@users.noreply.github.com> Date: Wed, 30 Dec 2020 23:51:25 +0100 Subject: [PATCH] mention error code 422 Error Code 422 was introduced around mid October as a way to throttle sign-ups. --- source/includes/_errors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/source/includes/_errors.md b/source/includes/_errors.md index 9d9ff8a97de..cad6cbfef09 100644 --- a/source/includes/_errors.md +++ b/source/includes/_errors.md @@ -11,5 +11,6 @@ Error Code | Meaning 401 | Unauthorized — Wrong / missing key. (Check your parameter name?) 404 | Not Found — Couldn't find that resource, or path requested. 406 | Not Acceptable — Check the format of your params? +422 | Account Creation (Sign-Up) via API currently disabled 500 | Internal Server Error — We had a problem with our server. Try again later. 503 | Service Unavailable — We're temporarily offline for maintenance. Please try again later.