Hi Dzmitry,

I haven't seen that happen, though you wouldn't need a special handling for 
RateExceededError in this case. You just need to handle this case like any 
other:

try {
  Make API call
} catch (ex) {
  Pick the operations that failed. (this would be everything when 
partialfailure is not set)
  See if they can be retried. (can be rate exceeedederror, 
policyviolationerror, databaseerror, etc.)
  If yes, keep them. If not, remove them.
  If there is at least one retryable operation, then retry.
}

Cheers,
Anash P. Oommen,
AdWords API Advisor.

On Wednesday, September 24, 2014 10:33:33 AM UTC-4, Dzmitry Zahusta wrote:
>
> Hi all!
>
> Is it possible that part of operations are performed but the remaining are 
> failed with RateExceededError (in case PartialFailure is true)? I just 
> wondering if this situation should be handled in code.
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 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.
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/7dc55df4-5ebb-4502-b2d0-024703bfd06b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to