Skip to content

Commit

Permalink
docs: Link to server-side form validation (vercel#67514)
Browse files Browse the repository at this point in the history
  • Loading branch information
karlhorky committed Jul 6, 2024
1 parent 8f5f0ef commit 96c4fa4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Errors can be divided into two categories: **expected errors** and **uncaught ex

## Handling Expected Errors

Expected errors are those that can occur during the normal operation of the application, such as validation errors or failed API requests. These should be handled explicitly and returned to the client.
Expected errors are those that can occur during the normal operation of the application, such as those from [server-side form validation](/docs/app/building-your-application/data-fetching/server-actions-and-mutations#server-side-form-validation) or failed requests. These errors should be handled explicitly and returned to the client.

### Handling Expected Errors from Server Actions

Expand Down

0 comments on commit 96c4fa4

Please sign in to comment.