MCPcopy Create free account
hub / github.com/fastify/fastify / asyncFastifyErrorHandler

Function asyncFastifyErrorHandler

test/types/instance.tst.ts:67–67  ·  view source on GitHub ↗
(this: FastifyInstance, error: FastifyError)

Source from the content-addressed store, hash-verified

65server.setErrorHandler(fastifyErrorHandler)
66
67async function asyncFastifyErrorHandler (this: FastifyInstance, error: FastifyError) { }
68server.setErrorHandler(asyncFastifyErrorHandler)
69
70function nodeJSErrorHandler (error: NodeJS.ErrnoException) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected