You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Need to handle exceptions encountered in GetResponseAsync() by adding context and throwing them back to the caller. Returning errors for malformed responses would mean that we could stop using null coalescing in most places within the library.
The text was updated successfully, but these errors were encountered:
Not sure what do you mean by "adding context and throwing them back to the caller"?
Can you provide some examples? So I could understand and I'd like to try to look at it.
(I admit - I make a fork of this project and looking at it. honestlyI want to do total reorganization but not sure if you would like it :D ).
Need to handle exceptions encountered in GetResponseAsync() by adding context and throwing them back to the caller. Returning errors for malformed responses would mean that we could stop using null coalescing in most places within the library.
The text was updated successfully, but these errors were encountered: