In my current project I used Either[Result, HandbookModule] (Result is an HTTP Statuscode) as a return type so that i can create the correct status when somethi
Either[Result, HandbookModule]