ENUM

UpdateVideoStreamSettingsErrorCode

UpdateVideoStreamSettingsErrorCode is the client error type that occurred during the UpdateVideoStreamSettings mutation.

link GraphQL Schema definition

1enum UpdateVideoStreamSettingsErrorCode {
2
3# The broadcaster is not found.
4CHANNEL_NOT_FOUND
5
6# Permission denied to add an authorized user.
7PERMISSION_DENIED
8
9# Invalid argument to add an authorized user.
10INVALID_ARGUMENT
11}