Fabian
07/30/2019, 2:47 PM@Transaction to _commit_/_rollback_ the current transaction. However, I want my service layer to be something like Either<Error, A>thanksforallthefish
07/30/2019, 2:50 PM@Transactional level to catch transaction exception and convert them into the A part of your Either (you can do Either<Result, RollbackTransactionException> - metacode)thanksforallthefish
07/30/2019, 2:50 PMGerard Klijs
07/30/2019, 10:46 PM