zylogz80 / Red-It

A Reddit browser for webOS Tablets
www.linkedlistcorruption.com/redit
GNU General Public License v3.0
12 stars 2 forks source link

Robust error handling #13

Open zylogz80 opened 13 years ago

zylogz80 commented 13 years ago

Right now Red It can react gracefully to a few errors, such as Reddit being down, but will not inform the user of most errors. More robust error handling should be added when putting and fetching data on Reddit. The groundwork is there (doFail in the RedditAPI kind) just need to make better use of it.

zylogz80 commented 13 years ago

Removed "Release Blocker." Added "Future Release."

zylogz80 commented 13 years ago

Some headway has been made on this over time. Red It will alert you if you are trying to vote and you aren't logged in. Red It will alert you if some (not all) calls to Reddit fail.