OBJECT

SetHeroAsAvatarError

SetHeroAsAvatarError contains details about an error that occured when copying the hero to an avatar.

link GraphQL Schema definition

1type SetHeroAsAvatarError {
2
3# The type of error that occured when copying the hero to the avatar.
4code: SetHeroAsAvatarErrorCode!
5
6}