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
Consider implementing an EnsureSuccess method on the Result class, which throws if the input was not a success, similar to what HttpClient does.
This will help with with some of the chaining scenarios.
The text was updated successfully, but these errors were encountered:
Consider implementing an EnsureSuccess method on the Result class, which throws if the input was not a success, similar to what
HttpClient
does.This will help with with some of the chaining scenarios.
The text was updated successfully, but these errors were encountered: