I have a question about using a Filter for error handling. I am currently matching on an error (object in Sealed class) branching from Either.Left. So I have quite a bit of redundency in the handlers. I am wondering if I could use a Filter somehow to do all the error matching in one place.