ENUM

UpdateCommunityPointsEarlyAccessErrorCode

An error returned when updating a user's enrollment in Community Points early access.

link GraphQL Schema definition

1enum UpdateCommunityPointsEarlyAccessErrorCode {
2
3# The user is not allowed to opt in to the Community Points early access program.
4FORBIDDEN
5
6# There was some other error updating the user's enrollment.
7UNKNOWN
8}