Sign-up errors
An index of Clerk errors related to sign-up.
SignUpNotFound
{ "shortMessage": "Sign up not found", "longMessage": "No sign up was found with id %s", "code": "resource_not_found" }
SignUpForbiddenAccess
{ "shortMessage": "Sign up forbidden", "longMessage": "Access to this sign up is forbidden", "code": "resource_forbidden" }
SignUpCannotBeUpdated
{ "shortMessage": "Sign up cannot be updated", "longMessage": "This sign up has reached a terminal state and cannot be updated", "code": "sign_up_cannot_be_updated" }
CaptchaNotEnabled
{ "shortMessage": "CAPTCHA not enabled", "longMessage": "Bot detection can be applied only for production instances which have enabled CAPTCHA.", "code": "captcha_not_enabled" }
CaptchaInvalid
{ "shortMessage": "Invalid token", "code": "captcha_invalid" }
SignUpOutdatedVerification
{ "shortMessage": "Outdated verification", "longMessage": "There is a more recent verification pending for this signup. Try attempting the verification again.", "code": "sign_up_outdated_verification" }
Last updated on February 22, 2024