Reputation: 87833
I usually translate request.status == 0
as being a connection failure.
However, I have found that Internet Explorer sometimes uses HTTP 12007.
What would you recommend be the rules I use when deciding whether to tell the user "Internet Failure" vs just telling them "HTTP Status Code x"?
Is 12007 the only code for this sort of thing? (besides zero)
Upvotes: 6
Views: 4015