cpsgroup / sarapis

A RESTful, proxied, read-only Solr interface
http://sarapis.herokuapp.com
MIT License
1 stars 2 forks source link

Add proper error handling #3

Open vyo opened 9 years ago

vyo commented 9 years ago

I'll try and add in some generic error handling, as well as present users with some nice but plain view instead of propagating errors like they're going out of style.

Anyhow, would you object to moving the milestone timeframe? I'd much prefer having them end on monday. Having them end on saturday is rather inconveniencing... Objections, @MartinLichtblau ?

MartinLichtblau commented 9 years ago

No objections, totally agree.

vyo commented 9 years ago

Scratch presenting nice views to the user, I'll just make sure we return proper error codes and descriptions via JSON. No need for full blown HTML views on a REST service.