andykais / telebum

a note taking web app for organizing television shows and movies
MIT License
0 stars 0 forks source link

client side error reporting #17

Open andykais opened 8 years ago

andykais commented 8 years ago

make a service file that has a case switch statement that corresponds all 404,401,501,etc. messages to a specific error and returns the human readable error.

this service file will be called anytime a get,put,post call is made so all error handling on the client is done through it