mapErrors
Namespace: FsToolkit.ErrorHandling
Similar to TaskValidation.mapError, except that the mapping function is passed the full list of errors, rather than each one individually.
Function Signature
Examples
Take the following functions for example
Example 1
Example 2
Last updated