Skip to main content

Documentation Index

Fetch the complete documentation index at: https://cometchat-22654f5b-docs-android-v6-beta2.mintlify.app/llms.txt

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

Error codes specific to the Agent Builder APIs.

Agent Errors

Error CodeDescription
ERR_AGENT_NOT_FOUNDNo agent exists with the specified ID.
ERR_AGENT_CREATION_FAILEDFailed to create the agent.

Tool Errors

Error CodeDescription
ERR_TOOL_NOT_FOUNDNo tool exists with the specified ID.
ERR_TOOL_ALREADY_ADDEDThe tool is already added to the agent.

Knowledge Base Errors

Error CodeDescription
ERR_KB_NOT_FOUNDNo knowledge base record exists with the specified ID.
ERR_KB_INDEXING_FAILEDKnowledge base indexing failed.

Authentication Errors

Error CodeDescription
AUTH_ERR_EMPTY_APIKEYThe apikey header is missing from the request.
AUTH_ERR_APIKEY_NOT_FOUNDThe provided API key is invalid.
AUTH_ERR_NO_ACCESSThe API key doesn’t have the required scope.