Error while executing query

Error while executing query

I am using this code for executing query,
  1.  IReportClient RepClient = new ReportClient("1000.xxx", "xxx", refreshToken);
  2.                 //'Zoho CRM Analytics'
  3.                 //Enquiry , leads 
  4.                 string tableURI = RepClient.GetURI("xxx", "Zoho CRM Analytics", "Enquiry");
  5.                 Dictionary<string, object> resObj = RepClient.ExportDataAsDictionary(tableURI, "\"company\"='Utopia'", null);
  6.                 Object[] columns = (Object[])resObj["column_order"];
  7.                 Object[] rows = (Object[])resObj["rows"];
While executing ExportDataAsDictionary , I am getting error as ,

An unhandled exception of type 'ZReports.ServerException' occurred in ZohoReports.dll