OBJECT
LinkTwitchAccountError
Error that occurs while creating an account link.
link GraphQL Schema definition
1 type LinkTwitchAccountError { 2 3 # Error code for error that occurred while creating the account link. 4 LinkTwitchAccountErrorCode! : 5 6 # When the ACCOUNT_UNAVAILABLE error code is present, the call can be retried 7 # after waiting this length of time. 8 Int : 9 10 }