As a longtime http4s user I keep on learning new things and I’m always trying to come up with the best practices for writing http applications. This time I want to talk about my latest achievements in error handling within the context of an http application where it basically means mapping each business error to the appropiate http response. So let’s get started by putting up an example of an http application with three different endpoints that interacts with a UserAlgebra that may or may...