Type Alias GlobalErrorHandler
GlobalErrorHandler: ( err: unknown, req: HttpRequest, res: HttpResponse, next: NextFunction,) => void | Promise<void> Type declaration
- (
err: unknown,
req: HttpRequest,
res: HttpResponse,
next: NextFunction,
): void | Promise<void> Returns void | Promise<void>
A global error handler function.