OBJECT

CreateCommunityPointsCustomRewardError

An error from creating a custom Community Points reward in a channel.

link GraphQL Schema definition

1type CreateCommunityPointsCustomRewardError {
2
3# An identifier for the error that occurred.
4code: CreateCommunityPointsCustomRewardErrorCode!
5
6# On TOO_MANY_REWARDS, the most custom rewards a channel can have.
7maxRewards: Int
8
9}