Search
Preparing search index...
The search index is not available
@nestjs/websockets
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
WsExceptionsHandler
Class WsExceptionsHandler
Hierarchy
BaseWsExceptionFilter
WsExceptionsHandler
Implements
WsExceptionFilter
<
any
>
Index
Properties
filters
Methods
catch
handle
handle
Error
handle
Unknown
Error
invoke
Custom
Filters
is
Exception
Object
set
Custom
Filters
Properties
Private
filters
filters
:
ExceptionFilterMetadata
[]
= []
Methods
catch
catch
(
exception
:
any
, host
:
ArgumentsHost
)
:
void
Parameters
exception:
any
host:
ArgumentsHost
Returns
void
handle
handle
(
exception
:
Error
|
WsException
|
any
, host
:
ArgumentsHost
)
:
void
Parameters
exception:
Error
|
WsException
|
any
host:
ArgumentsHost
Returns
void
handle
Error
handle
Error<TClient>
(
client
:
TClient
, exception
:
any
)
:
void
Type parameters
TClient
:
{
emit
:
Function
}
Parameters
client:
TClient
exception:
any
Returns
void
handle
Unknown
Error
handle
Unknown
Error<TClient>
(
exception
:
any
, client
:
TClient
)
:
void
Type parameters
TClient
:
{
emit
:
Function
}
Parameters
exception:
any
client:
TClient
Returns
void
invoke
Custom
Filters
invoke
Custom
Filters<T>
(
exception
:
T
, args
:
ArgumentsHost
)
:
boolean
Type parameters
T =
any
Parameters
exception:
T
args:
ArgumentsHost
Returns
boolean
is
Exception
Object
is
Exception
Object
(
err
:
any
)
:
err
is
Error
Parameters
err:
any
Returns
err
is
Error
set
Custom
Filters
set
Custom
Filters
(
filters
:
ExceptionFilterMetadata
[]
)
:
void
Parameters
filters:
ExceptionFilterMetadata
[]
Returns
void
Globals
Ws
Exceptions
Handler
filters
catch
handle
handle
Error
handle
Unknown
Error
invoke
Custom
Filters
is
Exception
Object
set
Custom
Filters
Generated using
TypeDoc