Twitch SDK (Internal)
Public Member Functions | Public Attributes | List of all members
ttv::chat::CreateRoomError Struct Reference

#include <chaterrortypes.h>

Public Member Functions

 CreateRoomError ()
 

Public Attributes

GraphQLErrorCode code
 Code describing the error. More...
 
uint32_t maxAllowedRooms
 On MAX_ROOMS_LIMIT_EXCEEDED, max number of rooms user can create. More...
 
uint32_t minLength
 On NAME_LENGTH_INVALID, TOPIC_LENGTH_INVALID, minimum number of characters. More...
 
uint32_t maxLength
 On NAME_LENGTH_INVALID, TOPIC_LENGTH_INVALID, maximum number of characters. More...
 

Constructor & Destructor Documentation

◆ CreateRoomError()

ttv::chat::CreateRoomError::CreateRoomError ( )

Member Data Documentation

◆ code

GraphQLErrorCode ttv::chat::CreateRoomError::code

Code describing the error.

◆ maxAllowedRooms

uint32_t ttv::chat::CreateRoomError::maxAllowedRooms

On MAX_ROOMS_LIMIT_EXCEEDED, max number of rooms user can create.

◆ maxLength

uint32_t ttv::chat::CreateRoomError::maxLength

On NAME_LENGTH_INVALID, TOPIC_LENGTH_INVALID, maximum number of characters.

◆ minLength

uint32_t ttv::chat::CreateRoomError::minLength

On NAME_LENGTH_INVALID, TOPIC_LENGTH_INVALID, minimum number of characters.


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