So what's the difference between onFailure and onException for Request calls?
Actually, my problem is the following: How do you capture Request (XmlHTTPRequest) timeouts. Requests that don't get a response from the server or get dropped by the network due to network latency or drops? Basically a Request timeout feature.
