ash_json_api
ash_json_api copied to clipboard
Make a transformer from `Ash.Error` to ash json api errors
I don't think we'll want to implement a "user facing" aspect to ash core errors, so we'll need to write an adapter that turns ash errors into user presentable errors.
Right now we only show invalid errors, but we should do this similar to how we do graphql & AshPhoenix, by providing a protocol.
Done in 1.0