UI Toolkit error codes
Here's a list of error codes.
| Error Enum | Value | Description |
|---|---|---|
EmptyKeyOrSecret | 1000 | Authentication error, no key or secret found. |
InvalidKeyOrSecret | 1001 | Authentication error, wrong key or secret. |
EmptySessionName | 2000 | Join session error, no tpc (topic) name. |
EmptySessionToken | 2001 | Join session error, no session token. |
TokenEmptySessionName | 2002 | Join session error, no session name within token. |
EmptyUsername | 2003 | Join session error, no session user name. |
InvalidSessionName | 2004 | Join session error, invalid session name. |
WrongPassword | 2005 | Join session error, invalid session password. |
InvalidSessionToken | 2006 | Join session error, invalid session token. |
MissingPassword | 2007 | Join session error, missing session password. |
SessionNameTooLong | 2008 | Join session error, session name too long, (200 characters max). |
TokenMismatchedSessionName | 2009 | Join session token error, mismatched session name. |
TokenUserIdentityTooLong | 2010 | Join session token error, user identity too long. |
InvalidParam | 2011 | Join session error, invalid parameter. |
JoinFailed | 2012 | Join session error, failed to join session. |
AlreadyInProgress | 2013 | Join session error, user is already in a session. |
NoMicrophonePermission | 3000 | Session error, no microphone permission. |
NoCameraPermission | 3001 | Session error, no camera permission. |
LeaveSessionFailed | 3002 | Session error, failed to leave session. |
MuteMicFailed | 3003 | Session error, failed to mute mic. |
UnmuteMicFailed | 3004 | Session error, failed to unmute mic. |
StartCameraFailed | 3005 | Session error, failed to start video. |
StopCameraFailed | 3006 | Session error, failed to stop video. |
SendGroupMessageFailed | 3007 | Session error, failed to send group message. |
SendPrivateMessageFailed | 3008 | Session error, failed to send private message. |
EnableGroupAndPrivateChatFailed | 3009 | Session error, failed to enable group and private chat. |
DisableGroupAndPrivateChatFailed | 3010 | Session error, failed to disable group and private chat. |
ChangeVirtualBackgroundFailed | 3011 | Session error, failed to change virtual background. |
ChangeLocalUserNameFailed | 3012 | Session error, failed to change local user's name. |
ChangeSingleParticipantNameFailed | 3013 | Session error, failed to change one user's name. |
RequestToUnmuteEveryoneFailed | 3014 | Session error, failed to send unmute request to all users. |
MuteEveryoneFailed | 3015 | Session error, failed to mute all users. |
RequestToUnmuteSingleParticipantFailed | 3016 | Session error, failed to send unmute request to single user. |
MuteSingleParticipantFailed | 3017 | Session error, failed to mute single user. |
RevokeManagerFailed | 3018 | Session error, failed to revoke manager. |
GrantManagerFailed | 3019 | Session error, failed to grant manager. |
ChangeHostFailed | 3020 | Session error, failed to change host. |
RemoveParticipantFailed | 3021 | Session error, failed to remove user. |
EndSessionFailed | 3022 | Session error, failed to end session. |
ShareScreenFailed | 3023 | Session error, failed to share screen. |