LibQuicR
Loading...
Searching...
No Matches
quicr::Server::AnnounceResponse Struct Reference

Response to received MOQT Announce message. More...

#include <server.h>

Public Types

enum class  ReasonCode : uint8_t { kOk = 0 , kInternalError }

Public Attributes

ReasonCode reason_code
std::optional< messages::ReasonPhrase > error_reason

Detailed Description

Response to received MOQT Announce message.

Member Enumeration Documentation

◆ ReasonCode

enum class quicr::Server::AnnounceResponse::ReasonCode : uint8_t
strong

kOK indicates that the announce is accepted and OK should be sent. Any other value indicates that the announce is not accepted and the reason code and other fields will be set.

Enumerator
kOk 
kInternalError 

Member Data Documentation

◆ error_reason

std::optional<messages::ReasonPhrase> quicr::Server::AnnounceResponse::error_reason

◆ reason_code

ReasonCode quicr::Server::AnnounceResponse::reason_code

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