mozilla / galaxy-api

INACTIVE - http://mzl.la/ghe-archive - To infinity and beyond. The backend API.
http://docs.galaxy.apiary.io/
BSD 3-Clause "New" or "Revised" License
9 stars 11 forks source link

[api] define and document error response format #244

Closed rfk closed 2 years ago

rfk commented 10 years ago

Possibly take inspiration from the way FxA does it (https://github.com/mozilla/fxa-auth-server/blob/master/docs/api.md#response-format)

cvan commented 10 years ago

We use joi, which has its own nice error output. I kind of break the consistency when we return responses for server/database errors. Should remedy that, yes.