ENUM

RunMultiplayerAdErrorCode

Errors that can result from running multiplayer ads.

link GraphQL Schema definition

1enum RunMultiplayerAdErrorCode {
2
3# The channel is not live, so ads cannot be run on it.
4CHANNEL_NOT_LIVE
5
6# At least one of the multiplayer ad offers has expired.
7OFFER_EXPIRED
8
9# At least one of the multiplayer ad offers was not found.
10OFFER_NOT_FOUND
11
12# An unknown error has occurred.
13UNKNOWN
14}