OBJECT
UpdateEmoteOrdersError
Errors for updating emote orders.
link GraphQL Schema definition
1 type UpdateEmoteOrdersError { 2 3 # The associated error code. 4 : UpdateEmoteOrdersErrorCode! 5 6 }
OBJECT
Errors for updating emote orders.
1 type UpdateEmoteOrdersError { 2 3 # The associated error code. 4 : UpdateEmoteOrdersErrorCode! 5 6 }