Search
Preparing search index...
The search index is not available
@nestjs/websockets
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
BaseWsExceptionFilter
Class BaseWsExceptionFilter<TError>
Type parameters
TError =
any
Hierarchy
BaseWsExceptionFilter
WsExceptionsHandler
Implements
WsExceptionFilter
<
TError
>
Index
Properties
logger
Methods
catch
handle
Error
handle
Unknown
Error
is
Exception
Object
Properties
Static
Private
Readonly
logger
logger
:
Logger
= new Logger('WsExceptionsHandler')
Methods
catch
catch
(
exception
:
TError
, host
:
ArgumentsHost
)
:
void
Parameters
exception:
TError
host:
ArgumentsHost
Returns
void
handle
Error
handle
Error<TClient>
(
client
:
TClient
, exception
:
TError
)
:
void
Type parameters
TClient
:
{
emit
:
Function
}
Parameters
client:
TClient
exception:
TError
Returns
void
handle
Unknown
Error
handle
Unknown
Error<TClient>
(
exception
:
TError
, client
:
TClient
)
:
void
Type parameters
TClient
:
{
emit
:
Function
}
Parameters
exception:
TError
client:
TClient
Returns
void
is
Exception
Object
is
Exception
Object
(
err
:
any
)
:
err
is
Error
Parameters
err:
any
Returns
err
is
Error
Globals
Base
WsException
Filter
logger
catch
handle
Error
handle
Unknown
Error
is
Exception
Object
Generated using
TypeDoc