How to handle a Rest Api call Timeout error?

0
I have a Rest Api call that sometimes gives a popup alert “An error occurred, please contact your system administrator.”. Instead of the popup, I'll handle the timeout. Please how can I handle the error?
asked
1 answers
0

You’ll need to set up custom error handling on the Call REST action. You’ll probably want Custom without Rollback if you plan to handle the error, but check the documentation and make sure you understand what this means. Once you have done this, add another action coming out of the Call REST action, right click on the flow and set this as the error handler. 

https://docs.mendix.com/howto/logic-business-rules/set-up-error-handling/

Good luck and I hope this helps.

answered