Koen van Leeuwen

Results 3 issues of Koen van Leeuwen

For assessing stand-by power, this makes for a less jumpy graph. Before: ![image](https://user-images.githubusercontent.com/2952027/65790011-e2d07b00-e15e-11e9-86cb-9815fc3e9423.png) After: ![image](https://user-images.githubusercontent.com/2952027/65790100-26c38000-e15f-11e9-8c87-96a8667139dc.png)

See #4349; the default exception details are not very helpful. This PR intends to add the `ResponseStatusCode`, property of the base `ApiException`, to the message when no primary message extension...

See also #4349; this PR aims to change the developer experience from ``` ApiSdk.Models.ProblemDetails:Exception of type 'ApiSdk.Models.ProblemDetails' was thrown. at Microsoft.Kiota.Http.HttpClientLibrary.HttpClientRequestAdapter.ThrowIfFailedResponse.... ``` to ``` ApiSdk.Models.ProblemDetails:403 Client certificate does not have...