- Namespace: FSharp.Core
- Assembly: FSharp.Core.dll
-
Base Type:
ValueType -
All Interfaces:
IStructuralEquatable,IComparable<Result<'T, 'TError>>,IComparable,IStructuralComparable - Kind: Struct
Helper type for error handling without exceptions.
Union cases
| Union case | Description |
Represents an Error or a Failure. The code failed with a value of 'TError representing what went wrong.
|
|
Represents an OK or a Successful result. The code succeeded with a value of 'T.
|