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

Function fastifyErrorHandler

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

Source from the content-addressed store, hash-verified

62server.setGenReqId(fastifySetGenReqId)
63
64function fastifyErrorHandler (this: FastifyInstance, error: FastifyError) { }
65server.setErrorHandler(fastifyErrorHandler)
66
67async function asyncFastifyErrorHandler (this: FastifyInstance, error: FastifyError) { }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected