How can i handle "System error: net::ERR_TIMED_OUT"
Some clients have issues with network. Sometimes they receive System error: net::ERR_TIMED_OUT. So I want to write func that automatically retry to send failed requests, and need to handle this type of errors. How can I handle "System error: net::ERR_TIMED_OUT" in jquery ajax request?