OBJECT

UpdateCommunityPointsChannelSettingsError

An error from updating a channel's Community Points channel settings.

link GraphQL Schema definition

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