OBJECT

ClaimCommunityPointsError

An error from claiming community points.

link GraphQL Schema definition

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