Re: clarification on api error codes

2024-06-05 Thread 'Oksana Sulyma' via Google Ads API and AdWords API Forum
Thanks team! I think I've found what I needed here: https://grpc.github.io/grpc/core/md_doc_statuscodes.html So as example getting error: error : { "message": "Resource has been exhausted (e.g. check quota).", "code": 8, "status": "RESOURCE_EXHAUSTED", } we can search for "status":

Re: clarification on api error codes

2024-06-03 Thread Oksana Sulyma
Thanks for your answers team, now I understand better. Speaking of Reports and GoogleAdsService.SearchStream, where can I find documentation on error codes like 8, 4, 14 from my examples? Do you have a documentation page that

Re: clarification on api error codes

2024-05-31 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, All Google Ads API services have default settings including timeouts that are used by the transport. Any service of a given Google Ads API version has a dedicated JSON file with these default settings defined at service and method levels. You may refer to this guide which has information

Re: clarification on api error codes

2024-05-31 Thread 'Oksana Sulyma' via Google Ads API and AdWords API Forum
Hi team! Friendly reminder on my question. Thanks! On Wednesday, May 22, 2024 at 10:22:13 AM UTC+3 Oksana Sulyma wrote: > Hi Google Ads API team! > > Thanks so much for clarifications and quick response. > We are using official google-ads-php library. > > And my main task now is in

RE: clarification on api error codes

2024-05-21 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, Thank you for reaching out to the Google Ads API support team. I could see that you have encountered the following errors: 1) "RESOURCE_EXHAUSTED" error, which means that a system frequency limit has been exceeded. Kindly prevent sending too many requests in a short period of time and