ENUM

SetHeroAsAvatarErrorCode

SetHeroAsAvatarErrorCode defines a client error that occured while copying the hero to an avatar.

link GraphQL Schema definition

1enum SetHeroAsAvatarErrorCode {
2
3# The requesting user did not have permission to update the avatar.
4FORBIDDEN
5
6# Some other unexpected error occured.
7UNKNOWN_ERROR
8}