toddmohney / json-api

Haskell Implementation of the JSON-API specification
http://hackage.haskell.org/package/json-api
MIT License
35 stars 14 forks source link

Create ErrorObject data type #2

Closed toddmohney closed 8 years ago

toddmohney commented 8 years ago

Specification details: http://jsonapi.org/format/#error-objects

Example: http://jsonapi.org/examples/#error-objects

toddmohney commented 8 years ago

On add-error-object branch