Re: how catch ApiException fatal error RateExceededError

2018-11-23 Thread David Moate
e.com/adwords/api/docs/guides/rate-limits> guide. > > Let me know if this helps. > > Thanks, > Peter > AdWords API Team > > On Friday, November 23, 2018 at 4:37:27 PM UTC+8, David Moate wrote: >> >> >> Hello i have this issue. >> >>

how catch ApiException fatal error RateExceededError

2018-11-23 Thread David Moate
Hello i have this issue. try{ // Generate a refreshable OAuth2 credential for authentication. $oAuth2Credential = (new OAuth2TokenBuilder()) ->fromFile() ->build(); // Construct an API session configured from a properties file and

Re: Error Handling in new Adwords API v201708

2018-11-22 Thread David Moate
Hello i have the same issue. try{ // Generate a refreshable OAuth2 credential for authentication. $oAuth2Credential = (new OAuth2TokenBuilder()) ->fromFile() ->build(); // Construct an API session configured from a properties file a