@ajinkya-apte wrote:
- I am using a 'JSONAPIAdapter' and have my own serializer.
- When a call to my backend succeeds the serializers 'normalizeResponse' gets called correctly.
- However if a call fails the serializer never gets called.
- My backend is sending a meaningful message if the call fails and I want to show the message in the UI.
- Currently it seems like a failure payload is not being bubbled up.
- How can I get access to the payload that was received when a call to the backend fails?
Posts: 4
Participants: 2