Expand my Community achievements bar.

Don’t miss the Workfront AMA: System Smarts & Strategic Starts! Ask your questions about keeping Workfront running smoothly, planning enhancements, reporting, or adoption, and get practical insights from Adobe experts.

Fusion: AEM Assets Custom API module doesn't return Error Messages

Avatar

Level 1

1/7/25

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.
The API returns an error message in the body with the status code, but the AEM module in Fusion only processes the status code, not the message.