Error codes in Embed API
This section lists all possible error response codes that could be sent from the Zoho Analytics server on failure of Embed APIs. You can use this for appropriate error handling.
ERROR CODES
In case of any error other than the above said, mail the API request URL parameters and error response details to support@zohoanalytics.com. Zoho Analytics Team will get back to you with the best possible solution.
Sample Error:
Copied<responseuri="/api/EmailAddress/Workspacename/TableName"action="GETVIEWURL">
<error>
<code>7103</code>
<message>
Workspace not found! Please check whether the Workspace exists
</message>
</error>
</response>
Copied{"response":
{"uri": "\/api\/email\/WorkspaceName",
"action": "GETVIEWURL",
"error":
{"code":7103,
"message": "Workspace not found! Please check whether
the Workspace exists"}}}