Is there a way to get the criterion info from an APIError? MutateJobService mutateJobService = (MutateJobService)user.GetService(AdWordsService.v201309.MutateJobService); > JobResult jobResult = mutateJobService.getResult(new > BulkMutateJobSelector { includeStats = true, jobIds = jobIDs }); > SimpleMutateResult results = (SimpleMutateResult)jobResult.Item; > > if (results.errors != null) > { > foreach (ApiError apiError in results.errors) > { > // get criterion info > } > } > > I'm finding it difficult to get detailed info on a specific error (which is obviously important to have for logging purposes). Is this even possible? (can't believe it's not).
(I posted this on StackOverflow as well ( http://stackoverflow.com/questions/19662873/google-adwords-api-get-criterion-info-on-apierror ). -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 adwords-api@googlegroups.com To unsubscribe from this group, send email to adwords-api+unsubscr...@googlegroups.com 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 adwords-api+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.