Returns a string Success(v) if this instance represents success where v is a string representation of the value or a string Failure(x) if it is failure where x is a string representation of the exception.
Success(v)
v
Failure(x)
x
Thanks for your feedback!