ENUM

RemoveEmoteFromGroupErrorCode

Possible error codes for RemoveEmoteFromGroupError.

link GraphQL Schema definition

1enum RemoveEmoteFromGroupErrorCode {
2
3# The specified emote does not exist.
4EMOTE_NOT_FOUND
5
6# The user is not allowed to remove this emote from its group.
7PERMISSION_DENIED
8
9# Unknown error.
10UNKNOWN
11}