Hi
I noticed the call of client.GetAsync(request) doesn't throw any exception when the request doesn't exist for example.
I want to catch an exception in my code to properly handle this.
That's why I kindly want to ask if GetAsync() can throw an exception in case of a failed request.
Thanks!