ENUM

UpdateCommunityPointsCustomRewardRedemptionStatusErrorCode

The possible reasons acting on a Community Points redemption could fail.

link GraphQL Schema definition

1enum UpdateCommunityPointsCustomRewardRedemptionStatusErrorCode {
2
3# The redemption was not found.
4NOT_FOUND
5
6# The current user is not allowed to update the status of this redemption.
7FORBIDDEN
8}