Exception Serializer in Lagom
Reading Time: 2 minutes In this blog, I will show you how to handle error responses from a Lagom service and convert them into well-defined exceptions using exception serializers. Suppose we have an unmanaged service in Lagom. The unmanaged service hits a target service and the success response is deserialized into a POJO corresponding to the service call. But in the case of an error response, we get deserialization Continue Reading