ENUM

StartAdErrorCode

StartAdErrorCode ...

link GraphQL Schema definition

1enum StartAdErrorCode {
2
3# The user has requested an ad break before the rate limit timer has expired.
4RATE_LIMITED
5
6# The user is not authorized to run an ad break on the requested channel.
7USER_NOT_AUTHORIZED
8
9# An unknown error occured while trying to run an ad break.
10UNKNOWN_ERROR
11}