Docs

Client errors

An index of Clerk errors related to a client.

ClientNotFound

Signifies an error when no client is found with clientID.

{
  "shortMessage": "Client not found",
  "longMessage": "No client was found with id <clientID>",
  "code": "resource_not_found_code"
}

ClientNotFoundInRequest

Signifies an error when no client is found in an incoming request.

{
  "shortMessage": "No client found",
  "longMessage": "This request is expecting a client and did not find one",
  "code": "client_not_found_code"
}

Feedback

What did you think of this content?

Last updated on