OnError
OnError():
MethodDecorator
Defined in: src/decorators/websocket.ts:162
Decorator for WebSocket error handler.
Returns
Section titled “Returns”MethodDecorator
Example
Section titled “Example”@OnError()handleError(ctx: ShokupanContext, ws: WebSocket, error: Error) { console.error("WebSocket error:", error);}