adsabs / export_service

Export service to output ADS records with various formats including BibTex, AASTex, and multiple tagged and xml options
MIT License
3 stars 5 forks source link

improve classic error handling #15

Closed spacemansteve closed 7 years ago

spacemansteve commented 7 years ago

If an error occurs during an http request to classic, no details are logged and a 500 status code is retuned. Instead, we should log the details and return a more appropriate error status code.