Variable errorHandlerConst
errorHandler: () => (
err: any,
req: FastifyRequest,
res: FastifyReply,
) => Promise<void> = FastifyWrapper.errorHandler
Type declaration
- (): (err: any, req: FastifyRequest, res: FastifyReply) => Promise<void>
Returns (err: any, req: FastifyRequest, res: FastifyReply) => Promise<void>