Hi Expert, I want to handle error 404 etc. exception in call REST Service(GET). However, it is not working, and popup error window. Can someone guide me and tell me why? my Mendix version 10.6.13 Hi ErkangHui Thank you for the reply. I want to handle it 404, but it will be interrupted and popup error window. it should be store in $latesthttpResponse Previous, I used it in Mendix 9.24.3, there was no issue with Call Rest Service.
asked
Andy Chang
2 answers
0
Hi Andy,
You can change the error handling of the rest-call to Custom without Rollback to handle the error in a different way. See: Error Handling - Custom without Rollback
answered
Bas de Vries
0
You can set log levels of REST Consume to Trace, then you can see the detail error information in console.