MillicastSDK 2.0.0
|
The Http Connection Error event is emitted when there is a problem connecting to the millicast backend. More...
#include <client.h>
Public Attributes | |
int | status_code |
The Http status code indicating the error. | |
std::string | description |
A brief description of the error. | |
The Http Connection Error event is emitted when there is a problem connecting to the millicast backend.
std::string millicast::Client::HttpConnectionError::description |
A brief description of the error.
int millicast::Client::HttpConnectionError::status_code |
The Http status code indicating the error.