Signal
SoupWebsocketConnection::error
Description [src]
Emitted when an error occurred on the WebSocket.
This may be fired multiple times. Fatal errors will be followed by
the SoupWebsocketConnection::closed
signal being emitted.
Default handler: The default handler is called before the handlers added via |
Parameters
error
-
Type:
GError
The error that occured.
The data is owned by the caller of the function.