Thank you! This appears to be exactly what I need: for (final GoogleAdsError googleAdsError : gae.getGoogleAdsFailure ().getErrorsList()) { final QuotaError quotaError = googleAdsError.getErrorCode(). getQuotaError(); if (quotaError == QuotaError.RESOURCE_EXHAUSTED || quotaError == QuotaError. RESOURCE_TEMPORARILY_EXHAUSTED) {
} } On Thursday, 21 July 2022 at 09:13:15 UTC+2 adsapi wrote: > Hi Marc, > > Thank you for the reply. > > You may check this documentation > <https://developers.google.com/google-ads/api/docs/samples/handle-rate-exceeded-error?hl=en> > > as it provides sample code for Handle Rate Exceeded Error. Moving > forward, could you confirm what client library code example you are > looking for to find this > QuotaErrorEnum.QuotaError.RESOURCE_TEMPORARILY_EXHAUSTED value? You may > check our supported client library here > <https://developers.google.com/google-ads/api/docs/client-libs> . Also > note that you can browse specific client library code for getting enums. > > Best regards, > [image: Google Logo] > Heidi > Google Ads API Team > > > ref:_00D1U1174p._5004Q2bm0wl:ref > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API and Google Ads 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 "Google Ads API and AdWords API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to adwords-api+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/3857824f-166e-4875-ac60-5423e6770fc6n%40googlegroups.com.