[ Version ( since = "0.11.5" ) ]
public signal void channel_lost (Channel channel, uint domain, int code, string message)
Emitted when a channel has closed before it could be claimed or handled.
channel |
the Channel that closed |
domain |
domain of a Error indicating why the channel has been closed |
code |
error code of a Error indicating why the channel has been closed |
message |
a message associated with the error |