Hi Tim, Apologies for the delayed response.
For both OAuth2TokenBuilder and AdWordsSessionBuilder, a known exception to be thrown is InvalidArgumentException <https://www.google.com/url?q=https%3A%2F%2Fgithub.com%2Fgoogleads%2Fgoogleads-php-lib%2Fblob%2Fmaster%2Fsrc%2FGoogle%2FAdsApi%2FCommon%2FOAuth2TokenBuilder.php%23L192&sa=D&sntz=1&usg=AFQjCNE-M3sppvweiKgj4hle1Ivac3yE8g> . For other generic API exceptions, an ApiException <https://github.com/googleads/googleads-php-lib/blob/master/src/Google/AdsApi/Dfp/v201708/ApiException.php#L9> is thrown. With this, you can implement an exception handling mechanism on your end and catch these exceptions for further processing. Thanks, Vincent AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 https://groups.google.com/group/adwords-api. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/961a9980-4142-40f3-9559-194099a909cb%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
