Preparing search index...
The search index is not available
express-yaschema-ws-api-handler
express-yaschema-ws-api-handler
WsApiErrorHandler
Type Alias WsApiErrorHandler<ResponseCommandsT, QueryT>
Ws
Api
Error
Handler
<
ResponseCommandsT
,
QueryT
>
:
(
(
args
:
{
connectionId
:
string
;
error
:
Error
;
express
:
{
next
:
NextFunction
;
req
:
Request
;
ws
:
WebSocket
;
}
;
output
:
WsApiResponders
<
ResponseCommandsT
>
;
query
:
QueryT
;
}
)
=>
Promise
<
void
>
)
Type Parameters
ResponseCommandsT
extends
AnyCommands
QueryT
extends
AnyQuery
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
express-yaschema-ws-api-handler
Loading...