ENUM

CreateCommunityPointsImageUploadInfoErrorCode

The possible reasons generating upload info for Community Points images could fail.

link GraphQL Schema definition

1enum CreateCommunityPointsImageUploadInfoErrorCode {
2
3# The current user is not allowed to upload images for this channel.
4FORBIDDEN
5
6# More than one image type was specified in the request.
7MORE_THAN_ONE_TYPE
8
9# Your provided custom reward ID was not found.
10CUSTOM_REWARD_NOT_FOUND
11}