ENUM

UpdateChannelPredictionSettingsErrorCode

Possible error codes from the updateChannelPredictionSettings mutation.

link GraphQL Schema definition

1enum UpdateChannelPredictionSettingsErrorCode {
2
3# The authorized user is not allowed to update prediction settings for this
4# channel.
5FORBIDDEN
6
7# An unknown error occurred.
8UNKNOWN
9}