OBJECT

DeleteCommunityPointsCustomRewardError

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

link GraphQL Schema definition

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