OBJECT
AssignEmoteToBitsTierError
Error returned after attempting to assign an emote to a bits tier.
link GraphQL Schema definition
1 type AssignEmoteToBitsTierError { 2 3 # The error code associated with this error. 4 : AssignEmoteToBitsTierErrorCode! 5 6 }