ENUM

UpdateCommunityPointsLastViewedContentErrorCode

The possible reasons updating the last viewed community points content timestamps on a channel could fail.

link GraphQL Schema definition

1enum UpdateCommunityPointsLastViewedContentErrorCode {
2
3# An unexpected error occurred.
4UNKNOWN
5
6# The current user is not allowed to update last viewed timestamps for this
7# channel.
8FORBIDDEN
9}