OBJECT

CommunityPointsUnlockEmoteError

An error from redeeming an unlock emote Community Points reward.

link GraphQL Schema definition

1type CommunityPointsUnlockEmoteError {
2
3# The error code.
4code: CommunityPointsUnlockEmoteErrorCode!
5
6}