microsoft / Microsoft-Store-Services

Microsoft.StoreServices library for authenticating with and using the Microsoft Store Services
MIT License
20 stars 7 forks source link

Consider retrieving the response body despite non-Success Status Code #14

Open jeffc111 opened 3 years ago

jeffc111 commented 3 years ago

In Store Services Client, the response body is not retrieved, as an exception is thrown when IsSuccessStatusCode is false. Consider attempting to retrieve the body anyway, as the body often contains useful information about why the query failed.

CameronGoodwin commented 3 years ago

Great suggestion. I need to add better error handling and retry logic so I will add some of this when I work on the next iteration here in the coming weeks.