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
fix: cb is not a function at fallbackErrorHandler (fastify#5317)
* fix: cb is not a function at fallbackErrorHandler
* Update docs/Reference/Errors.md
Signed-off-by: Aras Abbasi <[email protected]>
---------
Signed-off-by: Aras Abbasi <[email protected]>
@@ -361,4 +362,5 @@ but the body is being consumed. | Make sure you don't consume the `Response.body
361
362
| <aid="fst_err_plugin_not_present_in_instance">FST_ERR_PLUGIN_NOT_PRESENT_IN_INSTANCE</a> | The decorator is not present in the instance. | - |[#4554](https://github.com/fastify/fastify/pull/4554)|
362
363
| <aid="fst_err_validation">FST_ERR_VALIDATION</a> | The Request failed the payload validation. | Check the request payload. |[#4824](https://github.com/fastify/fastify/pull/4824)|
| <aid="fst_err_error_handler_not_fn">FST_ERR_ERROR_HANDLER_NOT_FN</a> | Error Handler must be a function | Provide a function to `setErrorHandler`. |[#5317](https://github.com/fastify/fastify/pull/5317)|
0 commit comments