UI Toolkit error codes

Here's a list of error codes.

Error EnumValueDescription
EmptyKeyOrSecret1000Authentication error, no key or secret found.
InvalidKeyOrSecret1001Authentication error, wrong key or secret.
EmptySessionName2000Join session error, no tpc (topic) name.
EmptySessionToken2001Join session error, no session token.
TokenEmptySessionName2002Join session error, no session name within token.
EmptyUsername2003Join session error, no session user name.
InvalidSessionName2004Join session error, invalid session name.
WrongPassword2005Join session error, invalid session password.
InvalidSessionToken2006Join session error, invalid session token.
MissingPassword2007Join session error, missing session password.
SessionNameTooLong2008Join session error, session name too long, (200 characters max).
TokenMismatchedSessionName2009Join session token error, mismatched session name.
TokenUserIdentityTooLong2010Join session token error, user identity too long.
InvalidParam2011Join session error, invalid parameter.
JoinFailed2012Join session error, failed to join session.
AlreadyInProgress2013Join session error, user is already in a session.
NoMicrophonePermission3000Session error, no microphone permission.
NoCameraPermission3001Session error, no camera permission.
LeaveSessionFailed3002Session error, failed to leave session.
MuteMicFailed3003Session error, failed to mute mic.
UnmuteMicFailed3004Session error, failed to unmute mic.
StartCameraFailed3005Session error, failed to start video.
StopCameraFailed3006Session error, failed to stop video.
SendGroupMessageFailed3007Session error, failed to send group message.
SendPrivateMessageFailed3008Session error, failed to send private message.
EnableGroupAndPrivateChatFailed3009Session error, failed to enable group and private chat.
DisableGroupAndPrivateChatFailed3010Session error, failed to disable group and private chat.
ChangeVirtualBackgroundFailed3011Session error, failed to change virtual background.
ChangeLocalUserNameFailed3012Session error, failed to change local user's name.
ChangeSingleParticipantNameFailed3013Session error, failed to change one user's name.
RequestToUnmuteEveryoneFailed3014Session error, failed to send unmute request to all users.
MuteEveryoneFailed3015Session error, failed to mute all users.
RequestToUnmuteSingleParticipantFailed3016Session error, failed to send unmute request to single user.
MuteSingleParticipantFailed3017Session error, failed to mute single user.
RevokeManagerFailed3018Session error, failed to revoke manager.
GrantManagerFailed3019Session error, failed to grant manager.
ChangeHostFailed3020Session error, failed to change host.
RemoveParticipantFailed3021Session error, failed to remove user.
EndSessionFailed3022Session error, failed to end session.
ShareScreenFailed3023Session error, failed to share screen.