OBJECT

UpdateCommunityPointsAutomaticRewardError

An error from updating an automatic Community Points reward in a channel.

link GraphQL Schema definition

1type UpdateCommunityPointsAutomaticRewardError {
2
3# An identifier for the error that occurred.
4code: UpdateCommunityPointsAutomaticRewardErrorCode
5
6# On COST_TOO_LOW, the minimum cost that can be set.
7minimumCost: Int
8
9}