ENUM
UnlinkTwitchAccountErrorCode
Recognized error types for removing an account link.
link GraphQL Schema definition
1 enum UnlinkTwitchAccountErrorCode { 2 3 # The Amazon customer who we are trying to link is not signed in 4 5 6 # The given Twitch account is not linked to the logged in Amazon user. 7 8 9 # Unknown error being returned from service. 10 11 }