Hi, When the Adwords API throws an Exception, I'd like to know if I should retry (intermittent errors) or not (bad input on my end). I am using the PHP client library.
For example, I should retry for this case: InternalApiError.UNEXPECTED_INTERNAL_API_ERROR But not for this case: BiddingError.BID_TOO_MANY_FRACTIONAL_DIGITS Is there some way to determine if I should retry, other than just building a big list of retry-able / non-retry-able Exceptions? Thanks, -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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]. Visit this group at http://groups.google.com/group/adwords-api. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/0e069f7c-1a42-40b0-964f-572623389543%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
