when I call AdGroupReturnValue result = adGroupService.mutate(adGroupOperations);
I can do a ApiError[] errors = result.getPartialFailureErrors() to get the errors. if, for example I have 10 items in adGroupOperations and only 2 got errors, the errors array will only contain 2 elements, is that correct? How will I know which 2 elements have the are those? ideally I want to know the index of the failed operation in the adGroupOperations that I submitted in the mutate request. Is that possible to obtain? If not, what are my options? Are there errors that will throw an exception instead of return in this partial error array? thanks -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API Forum" 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/adwords-api?hl=en --- You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
