Nate Amundson

Results 2 comments of Nate Amundson

@andrueastman, we don't log the RawResponseBody, but here's an example of the "AdditionalData" included in the exception message: ``` date: 2022-07-26T12:46:12 request-id: 72c96cb3-42ae-44c4-80f6-93ab813ccf66 client-request-id: dcd19742-c49d-4732-af5d-a8b55d2009f8 ClientRequestId: dcd19742-c49d-4732-af5d-a8b55d2009f8 ``` Here is...

This would also be useful for a project I'm working on. Note that C# 10 introduced [some attributes](https://docs.microsoft.com/en-us/dotnet/csharp/language-reference/attributes/nullable-analysis) to help the compiler perform null-state static analysis; these are useful in...