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
Copy file name to clipboardExpand all lines: apps/content/docs/advanced/validation-errors.md
+63-31Lines changed: 63 additions & 31 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,49 +7,81 @@ description: Learn about oRPC's built-in validation errors and how to customize
7
7
8
8
oRPC provides built-in validation errors that work well by default. However, you might sometimes want to customize them.
9
9
10
+
## Customizing with Client Interceptors
11
+
12
+
[Client Interceptors](/docs/lifecycle) are preferred because they run before error validation, ensuring that your custom errors are properly validated.
0 commit comments