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
Sometimes during the Result.Failure check we need to have the resulting object for further processing in addition to the error. Is it possible to add it as an overload?
The text was updated successfully, but these errors were encountered:
The concept for Result is that it should either be successful and contain a value, or unsuccessful and not contain a value. For your case, I recommend introducing a custom class.
Sometimes during the Result.Failure check we need to have the resulting object for further processing in addition to the error. Is it possible to add it as an overload?
The text was updated successfully, but these errors were encountered: