We would like to know when a QuotaError has the type RESOURCE_TEMPORARILY_EXHAUSTED.
Here is the code we have so far: } catch (GoogleAdsException gae) { for (final GoogleAdsError err : gae.getGoogleAdsFailure(). getErrorsList()) { if (err.getDetails().hasQuotaErrorDetails()) { // no idea how to check for this type: // QuotaErrorEnum.QuotaError.RESOURCE_TEMPORARILY_EXHAUSTED; System.out.println( "GoogleAdsException has QuotaErrorDetails. assuming RESOURCE_TEMPORARILY_EXHAUSTED and trying again..."); } } } -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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/7e3fcf93-d6de-4ea0-b5e1-5b7870ff8ff8n%40googlegroups.com.