Closed
Description
The JSON API docs currently state (I'm not sure if they said this before JSON API 1.0):
A document MUST contain at least one of the following top-level members:
data: containing the document's "primary data"
errors: containing an array of error objects
meta: non-standard meta-information.
The members data and errors MUST NOT coexist in the same document.
Is there a way to render the errors member in master / v0.10.0.rc1?