We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f4bddf commit 5910742Copy full SHA for 5910742
docs/Reference/Server.md
@@ -738,7 +738,8 @@ Fastify provides default error handlers for the most common use cases. It is
738
possible to override one or more of those handlers with custom code using this
739
option.
740
741
-*Note: Only `FST_ERR_BAD_URL` is implemented at the moment.*
+*Note: Only `FST_ERR_BAD_URL` and `FST_ERR_ASYNC_CONSTRAINT` are implemented at
742
+the moment.*
743
744
```js
745
const fastify = require('fastify')({
0 commit comments