OBJECT

DeleteEmoteError

Error returned after attempting to delete an emote.

link GraphQL Schema definition

1type DeleteEmoteError {
2
3# The error code associated with this error.
4code: DeleteEmoteErrorCode!
5
6}