Hi,
Thanks for the awesome library!
I have a struct that I'm filling with a JSON response from an API endpoint using SetResult. When the endpoint returns a 200 (success status), this struct is filled in just fine. However, when it returns say a 4XX or 5XX error message this struct is empty even though the response body itself has proper JSON.