Call REST Service 404,400 and 500 etc issue

0
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
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
0

image.png

image.png

You can set log levels of REST Consume to Trace, then you can see the detail error information in console.

answered