json-api-normalize
json-api-normalize copied to clipboard
jsonapi errors array is ignored
Hi,
The package does not keep of any errors that could be returned by the jsonapi endpoint.
I think the best way to handle this would be to keep the errors key in: meta.endpoint.url.errors at the same level the data would be.
Thanks