ENUM

AddStreamAuthorizedUserErrorCode

AddStreamAuthorizedUserErrorCode is the client error type that occurred during the AddStreamAuthorizedUser mutation.

link GraphQL Schema definition

1enum AddStreamAuthorizedUserErrorCode {
2
3# Unable to assign the Targeted user to stream on behalf of the broadcaster.
4TARGET_USER_UNRETURNABLE
5
6# The broadcaster is not found.
7CHANNEL_NOT_FOUND
8
9# Maximum limit for adding authorized user is reached.
10MAX_ACCOUNT_LIMIT
11
12# Permission denied to add an authorized user.
13PERMISSION_DENIED
14
15# Invalid argument to add an authorized user.
16INVALID_ARGUMENT
17}