FsFlow.CheckModule.orError
Maps a unit error into the supplied application error value.
Remarks
This is the primary bridge from checks to domain-specific results.
Parameters
error: The domain error of type'errorto return on failure.result: The sourceCheck.
Returns
A Result with the provided error value.