google-ads-java
google-ads-java copied to clipboard
Minor optimization by not calling a getter twice
This pull request includes a minor refactor to the getGoogleAdsErrors method in the AbstractErrorUtils class. The change improves code readability by reusing the error variable instead of calling path.getError() again.