Native REST, no error when service unavailable?

0
I'm using the native REST consume in Mendix, and currently the service I'm calling is offline. I would expect the REST service to give an error, but after a (long) time, it just returns with 0 results. In my application I would like to make a difference between: - User has entered invalid data, there are 0 results, user may not commit form - REST service is offline, user may commit form without validation. Is there any way to achieve this with the current REST implementation of Mendix? Both options just seem to return 0 results, I see no way to distinguish between the two.
asked
1 answers
1

If you need a timeout, you can use the REST services module.

answered