ok this makes sense, but how do I code to trap for and unknown error,
is it different than RequestError?
Here is my current code (python):
#make Api Call
try:
ad_group_criteria=ad_group_criterion_service.Mutate
(operations)[0]
except RequestError, e:
ad_group_criteria={}
apiMessage=e.message
--
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.