Fired when WebKitX Debugger WebSocket receives an Error.
Error code. Normally this is a WinSock error or other Win32 error code.
Error description. Normally this is a WinSock error description or other Win32 error description.
Fired when WebKitX Debugger WebSocket receives an Error.
| Visual Basic |
|---|
Public Event OnWebSocketError( _ ByVal Debugger As WEBKITX_DEBUGGER, _ ByVal ErrorCode As Long, _ ByVal ErrorDescr As String _ ) |
| Value | Description |
|---|---|
| DEBUGGER_CHROMIUM | Defines use of Chromium Debugger for WebKitX debugger commands and events. |
| DEBUGGER_NODEJS | Defines use of node.js Debugger for WebKitX debugger commands and events. |
Error code. Normally this is a WinSock error or other Win32 error code.
Error description. Normally this is a WinSock error description or other Win32 error description.