OBJECT

LinkTwitchAccountError

Error that occurs while creating an account link.

link GraphQL Schema definition

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