signal callback delegate or function to connect
void callback(glib.error.ErrorG error, soup.websocket_connection.WebsocketConnection websocketConnection)
error the error that occured (optional)
websocketConnection the instance the signal is connected to (optional)
Yes.After to execute callback after default handler, No.After to execute before (default)
Signal ID
Connect to Error signal.
Emitted when an error occurred on the WebSocket.
This may be fired multiple times. Fatal errors will be followed by the signalWebsocketConnection::closed signal being emitted.