MillicastSDK 2.0.0
Loading...
Searching...
No Matches
Public Attributes | List of all members
millicast::Client::HttpConnectionError Struct Reference

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.
 

Detailed Description

The Http Connection Error event is emitted when there is a problem connecting to the millicast backend.

Member Data Documentation

◆ description

std::string millicast::Client::HttpConnectionError::description

A brief description of the error.

◆ status_code

int millicast::Client::HttpConnectionError::status_code

The Http status code indicating the error.


The documentation for this struct was generated from the following file: