We have a Fusion scenario which calls our AEMaaCS instance to make a Http Post call to a custom API (Sling Servlet). The success scenario runs as expected but when there is a validation error returned by the API, e.g., an HTTP 400 response, the module doesn't receive or process the error messages.Th...