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
Interesting. I hadn't really thought of using ValueOrError like that, but it does make sense. So I'll add support for ValueOrError<TValue, TError>, I think.
Is it possible to use
ValueOrError<TValue>
or evenValueOrError<TValue, TError>
?I mean, what if you want to get a value of a POCO object (as value) and return an Exception (as error)?
The text was updated successfully, but these errors were encountered: