ash_json_api icon indicating copy to clipboard operation
ash_json_api copied to clipboard

Make a transformer from `Ash.Error` to ash json api errors

Open zachdaniel opened this issue 5 years ago • 1 comments

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.

zachdaniel avatar Jun 07 '20 16:06 zachdaniel

Right now we only show invalid errors, but we should do this similar to how we do graphql & AshPhoenix, by providing a protocol.

zachdaniel avatar Sep 09 '22 21:09 zachdaniel

Done in 1.0

zachdaniel avatar Mar 29 '24 18:03 zachdaniel