OBJECT

StartAdError

StartAdError ...

link GraphQL Schema definition

1type StartAdError {
2
3# code is the code for the error that occurs while trying to run an ad break.
4code: StartAdErrorCode!
5
6# retryAfterSeconds is the amount of time in seconds remaining before user can run
7# another ad.
8retryAfterSeconds: Int
9
10}