ENUM

SetEmoteModifierGroupsErrorCode

Possible error codes from this mutation.

link GraphQL Schema definition

1enum SetEmoteModifierGroupsErrorCode {
2
3# An unexpected internal server error occurred.
4INTERNAL_SERVER_ERROR
5
6# The provided input is invalid.
7INVALID_ARGUMENT
8
9# The user is not authorized to set emote modifiers.
10USER_UNAUTHORIZED
11
12# Unknown error returned from service.
13UNKNOWN
14}