Packages

⚠️ EXPERIMENTAL: Expose Ash Resource actions over tRPC with Plug-compatible router/controller and tooling. Breaking changes may occur frequently.

Current section

Files

Jump to
ash_rpc guides errors.md
Raw

guides/errors.md

# Errors
AshRpc translates exceptions into tRPC-compatible error envelopes. It provides a protocol for
adapting Ash exceptions into structured errors.
Highlights
- Consistent error shape with status_code, code, title, detail
- Optional pointer information for attribute/relationship errors
- Works for single and batch requests