OBJECT

RedeemCommunityPointsCustomRewardError

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

link GraphQL Schema definition

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