I left a comment on StackOverflow.

On Wednesday, October 30, 2013 3:40:40 PM UTC-4, goingdev wrote:
>
> 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://googleadsdeveloper.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.

Reply via email to