GlobalErrorHandler: (
    err: unknown,
    req: HttpRequest,
    res: HttpResponse,
    next: NextFunction,
) => void | Promise<void>

A global error handler function.

Type declaration