ENUM

ArchiveCommunityPointsCommunityGoalErrorCode

Archive community goal error code.

link GraphQL Schema definition

1enum ArchiveCommunityPointsCommunityGoalErrorCode {
2
3# The goal was not found.
4NOT_FOUND
5
6# The current user is not allowed to archive community goals for this channel.
7FORBIDDEN
8
9# An unknown error occurred.
10UNKNOWN
11}