osmlab / maproulette

This is a very old version of MapRoulette. Find the current version at osmlab/maproulette3 and the backend at maproulette/maproulette2
http://maproulette.org/
Apache License 2.0
47 stars 27 forks source link

Improved error messages from server : 409 : 500 #334

Closed brycenesbitt closed 9 years ago

brycenesbitt commented 9 years ago

Would be nice if: {"status": 409, "message": "Conflict"}

Would read: {"status": 409, "message": "Conflict starting at id=121232131313"}

And: {"status": 500, "message": "Internal Server Error"}

Would read for JSON parse errors: {"status": 500, "message": "Internal Server Error - JSON parsing"}

mvexel commented 9 years ago

Working on improved error messages. Should be on dev soon, on production at next release.