ENUM

UpdateCommunityPointsChannelSettingsErrorCode

The possible reasons updating a channel's Community Points channel settings could fail.

link GraphQL Schema definition

1enum UpdateCommunityPointsChannelSettingsErrorCode {
2
3# An unexpected error occurred.
4UNKNOWN
5
6# The current user is not allowed to update this channel's settings.
7FORBIDDEN
8
9# The custom name failed AutoMod.
10NAME_AUTOMOD_FAILED
11}