mapError
Namespace: FsToolkit.ErrorHandling
mapError
takes an async validation and a normal function and returns a new async validation 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