Skip to Content
You are viewing a beta version of Clerk Docs
Visit the latest docs
Clerk logo

Clerk Docs

Ctrl + K
Go to clerk.com

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" }

Last updated on February 22, 2024

What did you think of this content?

Clerk © 2024