(this: FastifyInstance, error: FastifyError)
| 62 | server.setGenReqId(fastifySetGenReqId) |
| 63 | |
| 64 | function fastifyErrorHandler (this: FastifyInstance, error: FastifyError) { } |
| 65 | server.setErrorHandler(fastifyErrorHandler) |
| 66 | |
| 67 | async function asyncFastifyErrorHandler (this: FastifyInstance, error: FastifyError) { } |
nothing calls this directly
no outgoing calls
no test coverage detected