ValueType
IStructuralEquatable
IComparable<Result<'T, 'TError>>
IComparable
IStructuralComparable
Helper type for error handling without exceptions.
Error ErrorValue
'TError
Represents an Error or a Failure. The code failed with a value of 'TError representing what went wrong.
Ok ResultValue
'T
Represents an OK or a Successful result. The code succeeded with a value of 'T.