Is it possible to use `ValueOrError<TValue>` or even `ValueOrError<TValue, TError>`? I mean, what if you want to get a value of a POCO object (as value) and return an Exception (as error)?
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)?