ENUM

StopCloudBroadcastErrorCause

Errors returned by attempting to stop a cloud broadcast.

link GraphQL Schema definition

1enum StopCloudBroadcastErrorCause {
2
3# No broadcast was found for the given channel and provider.
4# Either because the broadcast is stopped or because the provider did not know
5# about the user.
6BROADCAST_NOT_FOUND
7
8# An unknown error message occurred, see message for more information.
9UNKNOWN
10}