mapError
AsyncResult.mapError
Namespace: FsToolkit.ErrorHandling
Function Signature:
Examples
Example 1
From the AsyncResult.map example, if we want to map the error part alone, we can do it as below:
Last updated