OBJECT

UpdateEmoteOrdersError

Errors for updating emote orders.

link GraphQL Schema definition

1type UpdateEmoteOrdersError {
2
3# The associated error code.
4code: UpdateEmoteOrdersErrorCode!
5
6}