OBJECT

StartCloudBroadcastError

Error associated with a failed attempt to start a cloud broadcast.

link GraphQL Schema definition

1type StartCloudBroadcastError {
2
3# The cause of the error.
4cause: StartCloudBroadcastErrorCause!
5
6# An optional error message associated with the error.
7message: String
8
9}