Skip to content

Commit

Permalink
docs: add some better links
Browse files Browse the repository at this point in the history
  • Loading branch information
zachdaniel committed Dec 7, 2024
1 parent 88a1d77 commit 80bfd86
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion documentation/topics/development/error-handling.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,4 +158,7 @@ end
## Showing errors over APIs

AshJsonApi and AshGraphql both use a special protocol to determine how (and if) a raised or returned error should be displayed.
See [AshJsonApi.Error](https://hexdocs.pm/ash_json_api/AshJsonApi.Error.html) and [AshGraphl.Error](https://hexdocs.pm/ash_graphql/AshGraphql.Error.html)

See the relevant docs:
- [handling errors in AshGraphql](https://hexdocs.pm/ash_graphql/handle-errors.html)
- [AshJsonApi.ToJsonApiError](https://hexdocs.pm/ash_json_api/AshJsonApi.ToJsonApiError.html)

0 comments on commit 80bfd86

Please sign in to comment.