error
AsyncResult.error
Function Signature:
'error -> Async<Result<'ok, 'error>>Examples
Example 1
let result : Async<Result<int, string>> =
AsyncResult.error "Something bad happened"Last updated