Skip to main content

Conversion API - Possible Errors

Mandatory param missing

Error code

R2009

Error description

You have missed the mandatory parameter in your API request. 

Error Response

{
    "error":  {
        "message": "You seem to be missing a mandatory parameter that's required to perform this action.”,
        "documentation_url": "https://www.zoho.com/writer/help/api/v1/general-errors.html",
        "response_generated_time": 1594131798612,
        "request_url": “https://<invoked_api_request_url>",
        "errorcode": "R2009”
    }
}

Suggested action 

Please make sure you provide the document format to be converted in your API request and try again.

For the complete list of general errors, refer here.