Skip to content

Commit

Permalink
Update docs/02-app/01-building-your-application/01-routing/07-error-h…
Browse files Browse the repository at this point in the history
…andling.mdx

Co-authored-by: Tim Neutkens <[email protected]>
  • Loading branch information
delbaoliveira and timneutkens authored Jul 7, 2023
1 parent baa2785 commit ccb7a45
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -223,4 +223,4 @@ This is a security precaution to avoid leaking potentially sensitive details inc

The `message` property contains a generic message about the error and the `digest` property contains an automatically generated hash of the error that can be used to match the corresponding error in server-side logs.

During development, the `Error` object forwarded to the client will be serialized and include the properties of the original error for easier debugging.
During development, the `Error` object forwarded to the client will be serialized and include the `message` of the original error for easier debugging.

0 comments on commit ccb7a45

Please sign in to comment.