FsFlow.CheckModule.orErrorWith
Maps a unit error into an application error produced on demand.
Parameters
errorFn: A function of typeunit -> 'errorto produce the error.result: The sourceCheck.
Returns
A Result with the produced error value.
Maps a unit error into an application error produced on demand.
errorFn: A function of type unit -> 'error to produce the error.result: The source Check.A Result with the produced error value.