ENUM

DeleteCommunityPointsCommunityGoalErrorCode

Delete community goal error code.

link GraphQL Schema definition

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