OBJECT
UpdateChannelPredictionSettingsError
An error returned from the updateChannelPredictionSettings mutation.
link GraphQL Schema definition
1 type UpdateChannelPredictionSettingsError { 2 3 # Code describing the error. 4 : UpdateChannelPredictionSettingsErrorCode! 5 6 }