ENUM

UnlinkTwitchAccountErrorCode

Recognized error types for removing an account link.

link GraphQL Schema definition

1enum UnlinkTwitchAccountErrorCode {
2
3# The Amazon customer who we are trying to link is not signed in
4NOT_SIGNED_IN
5
6# The given Twitch account is not linked to the logged in Amazon user.
7INVALID_TWITCH_ACCOUNT
8
9# Unknown error being returned from service.
10UNKNOWN
11}