OBJECT

UpdateChannelPredictionSettingsError

An error returned from the updateChannelPredictionSettings mutation.

link GraphQL Schema definition

1type UpdateChannelPredictionSettingsError {
2
3# Code describing the error.
4code: UpdateChannelPredictionSettingsErrorCode!
5
6}