OBJECT

AssignEmoteToSubscriptionProductError

Error returned after attempting to assign an emote to a subscription product.

link GraphQL Schema definition

1type AssignEmoteToSubscriptionProductError {
2
3# The error code associated with this error.
4code: AssignEmoteToSubscriptionProductErrorCode!
5
6}