ENUM

UpdateCommunityPointsCustomRewardRedemptionStatusesErrorCode

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

link GraphQL Schema definition

1enum UpdateCommunityPointsCustomRewardRedemptionStatusesErrorCode {
2
3# An unexpected error occured.
4UNKNOWN
5
6# The current user is not allowed to update the statuses of these redemptions.
7FORBIDDEN
8
9# There is already a bulk update in progress for this reward / all rewards. Only
10# one can be processed at a time.
11IN_PROGRESS
12}