OBJECT

UpdateCommunityPointsCustomRewardError

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

link GraphQL Schema definition

1type UpdateCommunityPointsCustomRewardError {
2
3# An identifier for the error that occurred.
4code: UpdateCommunityPointsCustomRewardErrorCode!
5
6}