OBJECT

AssignEmoteToBitsTierError

Error returned after attempting to assign an emote to a bits tier.

link GraphQL Schema definition

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