After batch of items is submitted through API, I check the status of each item to see if it was successful by checking: entry.BatchData.Status.Code
if Code is greater 300 (error), "entry.BatchData.Status.Reason" returns static useless message "Bad request". In my testing environment the only way I would see actual error, is by using Network Sniffer and look at HTTP responses from Google Server. It's not possible for me to sniff traffic In production environment, and it leaves me guessing what might be the problem. I saw that there is a property "Errors" in "entry.BatchData.Status" which is always empty. Is this a bug, and "Errors" should actually carry detailed errors, or am I doing something wrong? How do I find exact error without using network sniffer? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Base Data API" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/google-base-data-api?hl=en -~----------~----~----~----~------~----~------~--~---
