smartsheet / smartsheet-csharp-sdk

Library that uses C# to connect to Smartsheet services.
Apache License 2.0
12 stars 6 forks source link

Fixing up Mock API tests post C# Beta. #49

Closed rzaracota closed 11 months ago

rzaracota commented 1 year ago

Fixes an issue with errors being wrapped by the async task

timothodge commented 12 months ago

Fixed up the PR to deserialize RestSharp responses, unwrap AggregateExceptions, and help pass back correct error code/messages for mock API tests that are testing error paths.