Koen van Leeuwen
Koen van Leeuwen
For assessing stand-by power, this makes for a less jumpy graph. Before:  After: 
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...