Dmitry Lezhnev

Results 29 comments of Dmitry Lezhnev

@ob-ivan this is awesome! Let me play with it for a couple of days!

> You are saying that there is more information about the error in the GoogleAdsException (gRPC) compared to the ApiException (REST): could you please provide concrete examples of this? Yes,...

Nice! Can you show an example I can use, say, for getting `errorCode` value of the error?

Thank you! Let me play with that example. Is there plans to develop a more intuitive way to access error?

Tried this test, but it gave me no error codes. ```php $budget = new CampaignBudget([ 'name' => new StringValue([ 'value' => sprintf('Budget for campaign [%s]', uniqid()) ]), 'delivery_method' => BudgetDeliveryMethod::STANDARD,...

I thought to start here, but let me contact them over email and get back here afterwards.

@AnashOommen yup, here is our current retry settings: ![image](https://user-images.githubusercontent.com/10206110/174956540-5a0beda3-a37f-4045-be8b-503763e55e9f.png)

I think the settings are never applied as the response status code (`3`) is not among retryable codes. I think this package correctly decodes grpc messages and we can trust...

Ok, the discussion over email led nowhere, they think this is a client-level issue, not API itself. > What methods are generating this error? I see in logs that only...

Again, the default numbers you see above only work if the return code is among `retryableCodes`, right? Since it returns code `3`, the retry never happens. That is how I...