OBJECT
StartCloudBroadcastError
Error associated with a failed attempt to start a cloud broadcast.
link GraphQL Schema definition
1 type StartCloudBroadcastError { 2 3 # The cause of the error. 4 : StartCloudBroadcastErrorCause! 5 6 # An optional error message associated with the error. 7 : String 8 9 }