Called on error frames or JSON parse failures
(code: number, msg: string, fatal: boolean)
| 41 | onConnectionState(connected: boolean): void; |
| 42 | /** Called on error frames or JSON parse failures */ |
| 43 | onError(code: number, msg: string, fatal: boolean): void; |
| 44 | onTerminalOutput?(sessionId: string, terminalId: string, data: string, seq: number): void; |
| 45 | onTerminalExit?(sessionId: string, terminalId: string, exitCode: number | null): void; |
| 46 | } |
no outgoing calls
no test coverage detected