ENUM
AddStreamAuthorizedUserErrorCode
AddStreamAuthorizedUserErrorCode is the client error type that occurred during the AddStreamAuthorizedUser mutation.
link GraphQL Schema definition
1 enum AddStreamAuthorizedUserErrorCode { 2 3 #   Unable to assign the Targeted user to stream on behalf of the broadcaster. 4 5 6 #   The broadcaster is not found. 7 8 9 #   Maximum limit for adding authorized user is reached. 10 11 12 #   Permission denied to add an authorized user. 13 14 15 #   Invalid argument to add an authorized user. 16 17 }