gregmagdsick / checkMyRent

Final Project for CodeFellows 201d5 deployed at
http://gregmagdsick.github.io/checkMyRent
MIT License
0 stars 1 forks source link

zillow api errors #32

Closed fraziermork closed 8 years ago

fraziermork commented 8 years ago

We probably need to implement a feature that determines if the server returned a code for when it's happen (0), or if it returned an error indicating that the result couldn't be found (something like 404, or really anything other than zero). If there's an error code, we probably shouldn't take them to the results page because the results will be garbage or invalid.