You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The JSON API spec mentions a field named detail, which error objects "MAY" contain.
Shouldn't Ember Data use the same name (detail)? I had implemented my JSON API per the spec, and it took me a while to figure out why my error messages were blank.
I can make a PR, if you agree.
The text was updated successfully, but these errors were encountered:
The current implementation reads the
details
property on JSON API errors.The JSON API spec mentions a field named
detail
, which error objects "MAY" contain.Shouldn't Ember Data use the same name (
detail
)? I had implemented my JSON API per the spec, and it took me a while to figure out why my error messages were blank.I can make a PR, if you agree.
The text was updated successfully, but these errors were encountered: