Docs

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"
}
{
  "shortMessage": "Sign up forbidden",
  "longMessage": "Access to this sign up is forbidden",
  "code": "resource_forbidden"
}
{
  "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"
}
{
  "shortMessage": "CAPTCHA not enabled",
  "longMessage": "Bot detection can be applied only for production instances which have enabled CAPTCHA.",
  "code": "captcha_not_enabled"
}
{
  "shortMessage": "Invalid token",
  "code": "captcha_invalid"
}
{
  "shortMessage": "Outdated verification",
  "longMessage": "There is a more recent verification pending for this signup. Try attempting the verification again.",
  "code": "sign_up_outdated_verification"
}

Feedback

What did you think of this content?