OBJECT

WatchPartyError

Information to communicate to the user about an error state.

link GraphQL Schema definition

1type WatchPartyError {
2
3# Error code.
4code: WatchPartyErrorCode!
5
6}