google-ads-api icon indicating copy to clipboard operation
google-ads-api copied to clipboard

adding missing .query_error to err handling readme ex

Open ssagli opened this issue 5 months ago • 0 comments

I've noticed when I copied and tried the error handling example in the readme, it was giving me typescript errored so figured I'd fix it. Thank you ✨

TypeScript error I got without the.query_error

This comparison appears to be unintentional because the types 'IErrorCode' and 'QueryError' have no overlap.

After the fix, no Typescript error.

ssagli avatar Mar 19 '24 09:03 ssagli