ENUM

ClaimCommunityPointsErrorCode

The possible reasons a claim could fail.

link GraphQL Schema definition

1enum ClaimCommunityPointsErrorCode {
2
3# The point claim was not found.
4NOT_FOUND
5
6# The current user is not allowed to claim these points.
7FORBIDDEN
8}