AdamVig / goco-student

Gordon College Student app
https://gocostudent.adamvig.com
1 stars 0 forks source link

Update error message format #88

Open AdamVig opened 8 years ago

AdamVig commented 8 years ago

The API, as detailed in AdamVig/GoCoAPI/#14, will change the format of error message to include debugging information. The new schema is as follows:

{
  description: "Actual description of error message for debugging purposes"
  message: "User-facing message, ex: Something went wrong! 🆘 "
}