Would it possible to embed more error information into the response body instead of via _links. My assumption is that links usually point to static content, however, errors will most likely reference dynamic resources.
To expand on the validation error message, there's nothing there that describes what failed. The GitHub API implemented a way to provide more information about the validation error: http://developer.github.com/v3/#client-errors
Thoughts?
Would it possible to embed more error information into the response body instead of via _links. My assumption is that links usually point to static content, however, errors will most likely reference dynamic resources.
To expand on the validation error message, there's nothing there that describes what failed. The GitHub API implemented a way to provide more information about the validation error: http://developer.github.com/v3/#client-errors
Thoughts?