ENUM

UpdateCommunityPointsSmartCostsAcknowledgementsErrorCode

The possible reasons updating a Community Points Smart Costs Acknowledgement in a channel could fail.

link GraphQL Schema definition

1enum UpdateCommunityPointsSmartCostsAcknowledgementsErrorCode {
2
3# An unexpected error occurred.
4UNKNOWN
5
6# The current user is not allowed to update a smart costs acknowledgement in this
7# channel.
8FORBIDDEN
9
10# The cost is invalid. Must be a positive integer.
11LAST_ACKNOWLEDGED_COST_INVALID
12}