zibri
Preparing search index...
error-handling/error-handler.model
GlobalErrorHandler
Type Alias GlobalErrorHandler
GlobalErrorHandler
:
(
err
:
unknown
,
req
:
HttpRequest
,
res
:
HttpResponse
,
next
:
NextFunction
,
)
=>
void
|
Promise
<
void
>
A global error handler function.
Type declaration
(
err
:
unknown
,
req
:
HttpRequest
,
res
:
HttpResponse
,
next
:
NextFunction
,
)
:
void
|
Promise
<
void
>
Parameters
err
:
unknown
req
:
HttpRequest
res
:
HttpResponse
next
:
NextFunction
Returns
void
|
Promise
<
void
>
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
zibri
Loading...
A global error handler function.