Questions about RecordNotFoundError and Effect.fail usage
Very basic question
1) Why isn't the RecordNotFoundError on the return type of the function
2) Is there any difference here between just throwing the error, vs wrapping it in an
1) Why isn't the RecordNotFoundError on the return type of the function
2) Is there any difference here between just throwing the error, vs wrapping it in an
Effect.fail
