Freeseer / freeseer

Designed for capturing presentations at conferences. Pre-fill a list of talks to record, record them, and upload them to YouTube with our YouTube Uploader.
http://freeseer.readthedocs.org
GNU General Public License v3.0
215 stars 110 forks source link

Standardized http errors in REST server #649

Closed dbrenden closed 9 years ago

dbrenden commented 9 years ago

Every http error thrown by the REST api will follow a new format where error messages are determined by the http error code that was thrown, and a description is supplied by the endpoint.

Also, updated descriptions thrown by the recording api to make descriptions clearer.

dideler commented 9 years ago

Not really related to this PR, but you asked on IRC where your docs should go. I think it would fit well under the Developer section.

mtomwing commented 9 years ago

Merged in 5854b6c2ad08722381454ae57040278be73df016.

mtomwing commented 9 years ago

Thanks for your contribution!