Common error codes in API

This section lists the common error codes that could be sent from the Zoho Analytics server on failure of Zoho Analytics API. You can use this for appropriate error handling.

Error codes and reason

Error_codeReasonSolution
7003Required parameters are missing in the request.Send all the required parameters related to that particular action.
7103The workspace id mentioned in the API does not exist.Provide the valid workspace id.
7104The view id specified in the API does not exist.Provide the valid view id.
7138The view id mentioned in the API URL does not exist.Check the view id in the request URL and provide a valid view id.
7301You (your full name) do not have the permission to do this operation.Access as administrator or permitted user to perform the operation.
7387Workspaces does not belongs to current organization.Provide a valid organization and workspace id.
7395Column not present in the workspace.Provide a valid column.
7925You are not part of the analytics organization.Create your analytics organization.
8002Specified criteria is invalid.Provide valid criteria.
8004The column mentioned in the criteria is not present in the table.Check the column name and provide the valid name.
8023You do not have required permission to perform this operation.Kindly contact our support team.
8025Invalid custom domain.Provide a valid domain name.
8060Domain does not exist.Provide a valid domain name that you have purchased from Zoho Analytics.
8078The mentioned attribute has an empty value.Provide a valid JSON data.
8079The mentioned attribute is not present in the JSON configuration.Provide a valid JSON data.
8083Organization id is not present in the request header.Provide a valid organization id in the request header.
8504The required parameter is not proper or has not been sent.Send the parameter with valid data.
8506The mentioned parameter has been sent more than the required count.Check and remove that extra parameter mentioned in the response.
8516Invalid value passed in the mentioned parameter.Provide the valid data to the mentioned parameter.
8518Invalid authentication.Provide a valid OAuth token for API authentication.
8534Invalid JSON Format.Provide a valid JSON data.
8535Invalid oauthtoken.Provide a valid OAuth token.