i am just wondering about the HTTP status codes that should be checked against if something fails and i am returned within something other than the standard 202, there are alot of status codes but i am wondering what ones should be checked for the majority of the time,
i am using android but this is similar through the whole web, so it would nice if someone could tell which ones they test for and what messages they show to users.
and how would i find out the status code of a response in android?
Depends on what your servers is expected to send.