MissingBroadcasterTokenException

Exception, to be thrown when an API query to the Twitch servers failed, due to missing broadcaster-level token.

Constructors

this
this(string message, string channelName, string file, size_t line, Throwable nextInChain)

Create a new MissingBroadcasterTokenException, attaching a channel name.

this
this(string message, string file, size_t line, Throwable nextInChain)

Create a new MissingBroadcasterTokenException, without attaching anything.

Members

Variables

channelName
string channelName;

The channel name for which a broadcaster token was needed.