Skip to main content

Documentation Index

Fetch the complete documentation index at: https://www.cometchat.com/docs/llms.txt

Use this file to discover all available pages before exploring further.

Error codes specific to the Management APIs (Multi-Tenancy).

App Management

Error CodeDescription
ERR_APP_CREATION_FAILED_MAX_LIMITYou have reached the maximum number of complimentary apps allowed. Delete an existing app or upgrade to a paid plan, then try again.
ERR_APP_ARCHIVEDThe app has been archived and will be permanently deleted after 30 days.
ERR_APP_DELETIONThe app is associated with a paid subscription. Contact CometChat support before deleting.
ERR_APP_NOT_FOUNDThe App ID does not exist or has been archived.

Extensions

Error CodeDescription
ERR_EXTENSION_NOT_FOUNDThe provided extension ID does not correspond to any existing microservice.
ERR_EXTENSION_INACTIVEThe operation failed because the extension is currently inactive.

Team Management

Error CodeDescription
ERR_ALREADY_AN_OWNERThe user is already registered as an owner of the app.
ERR_SELF_ACTION_DENIEDA user cannot add themselves as a collaborator.
ERR_NOT_A_COLLABORATORThe specified email is not a collaborator for this app.

Webhooks

Error CodeDescription
ERR_WEBHOOK_NOT_FOUNDThe webhook does not exist.
ERR_BAD_REQUESTValidation error in the request.
AUTH_ERR_EMPTY_AUTH_HEADERThe authentication header is missing.