certificate_exception
Module: Exceptions
Describes the exception thrown if WebRTC fails to generate a certificate.
#include <media_engine.h>
Inherits from dolbyio::comms::exception, exception
Public Functions
Name | |
---|---|
~certificate_exception() The destructor for the conference exception. | |
certificate_exception(std::string && description) The constructor that takes a description of the exception. |
Additional inherited members
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::certificate_exception;
Public Functions Documentation
function ~certificate_exception
~certificate_exception()
The destructor for the conference exception.
function certificate_exception
certificate_exception(
std::string && description
)
The constructor that takes a description of the exception.
Parameters:
- description The description of the exception.
Updated 3 months ago
Did this page help you?