I am using Gluon Connect to retrieve data from a REST service I built. I called the service from the mobile client when it wasn't running. What is the best approach to catch such a condition in the mobile code? I'd like to pop a dialog up for the user but wrapping the section where the RestClient is called doesn't seem to catch the network error. Perhaps its running on a different thread?
Thanks