mapError
Namespace: FsToolkit.ErrorHandling
mapError
takes a result and a normal function and returns a new result value based on the input error value and the function
Function Signature
Examples
Take the following functions for example
Example 1
Example 2
Last updated