signaling_channel_exception
Module: SDK Event Types
The class that describes IO errors that occur on the signaling WebSocket. The user can also set a listener for this exception object using sdk::add_event_handler to emitted the event whenever a signaling error occurs.
#include <exception.h>
Inherits from dolbyio::comms::io_exception, dolbyio::comms::exception, exception
Public Functions
Name | |
---|---|
signaling_channel_exception(const std::string & message) The signaling_channel_exception constructor. |
Additional inherited members
Public Functions inherited from dolbyio::comms::io_exception
Name | |
---|---|
io_exception(const std::string & description) The constructor that takes the description of the exception. |
Public Functions inherited from dolbyio::comms::exception
Name | |
---|---|
~exception() =default | |
const char * | what() const override Overrides to std::exception that returns a description of the exception. |
exception(const std::string & description) The constructor that takes the description of the exception. |
Protected Attributes inherited from dolbyio::comms::exception
Name | |
---|---|
std::string | fulldescription |
class dolbyio::comms::signaling_channel_exception;
Public Functions Documentation
function signaling_channel_exception
inline signaling_channel_exception(
const std::string & message
)
The signaling_channel_exception constructor.
Parameters:
- message A string that describes the error.
Updated 3 months ago
Did this page help you?