ENUM

StartCloudBroadcastErrorCause

Errors returned by attempting to start a cloud broadcast.

link GraphQL Schema definition

1enum StartCloudBroadcastErrorCause {
2
3# No subscription was found for the given channel and provider.
4NO_SUBSCRIPTION
5
6# An unknown error occurred, use message for more information.
7UNKNOWN
8}