Search
Preparing search index...
The search index is not available
@nestjs/common
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
ExternalExceptionsHandler
Class ExternalExceptionsHandler<T, R>
Type parameters
T
R
Hierarchy
ExternalExceptionFilter
ExternalExceptionsHandler
Index
Properties
filters
Methods
catch
invoke
Custom
Filters
next
set
Custom
Filters
Properties
Private
filters
filters
:
ExceptionFilterMetadata
[]
= []
Methods
catch
catch
(
exception
:
T
, host
:
ArgumentsHost
)
:
R
|
Promise
<
R
>
Parameters
exception:
T
host:
ArgumentsHost
Returns
R
|
Promise
<
R
>
invoke
Custom
Filters
invoke
Custom
Filters<T>
(
exception
:
T
, host
:
ArgumentsHost
)
:
Promise
<
any
>
|
null
Type parameters
T
Parameters
exception:
T
host:
ArgumentsHost
Returns
Promise
<
any
>
|
null
next
next
(
exception
:
Error
|
any
, host
:
ArgumentsHost
)
:
Promise
<
any
>
Parameters
exception:
Error
|
any
host:
ArgumentsHost
Returns
Promise
<
any
>
set
Custom
Filters
set
Custom
Filters
(
filters
:
ExceptionFilterMetadata
[]
)
:
void
Parameters
filters:
ExceptionFilterMetadata
[]
Returns
void
Globals
External
Exceptions
Handler
filters
catch
invoke
Custom
Filters
next
set
Custom
Filters
Generated using
TypeDoc