TUIError enum

1.1 Error Code Enumeration Definition

Inheritance
Available extensions

Values

success → const TUIError

Operation Successful

const TUIError(0)
errFailed → const TUIError

UnCategorized General Error

const TUIError(-1)
errFreqLimit → const TUIError

Request is limited. Please try again later

const TUIError(-2)
errRepeatOperation → const TUIError

RepeatOperation

const TUIError(-3)
errSDKAppIDNotFound → const TUIError

SDKAppID was not found Please confirm in tencent cloud depending on the cubic SDK console application information: https://console.cloud.tencent.com/vcube/project/manage

const TUIError(-1000)
errInvalidParameter → const TUIError

Invalid Parameter for API Call

const TUIError(-1001)
errSdkNotInitialized → const TUIError

SDK Not Initialized

const TUIError(-1002)
errPermissionDenied → const TUIError

No Operation Permission

const TUIError(-1003)
errRequirePayment → const TUIError

Additional Package Required for This Feature

const TUIError(-1004)
errCameraStartFailed → const TUIError

Failed to Open Camera

const TUIError(-1100)
errCameraNotAuthorized → const TUIError

Camera Not Authorized

const TUIError(-1101)
errCameraOccupy → const TUIError

Camera in Use

const TUIError(-1102)
errCameraDeviceEmpty → const TUIError

No Camera Device Available

const TUIError(-1103)
errMicrophoneStartFailed → const TUIError

Failed to Open Microphone

const TUIError(-1104)
errMicrophoneNotAuthorized → const TUIError

Microphone Not Authorized

const TUIError(-1105)
errMicrophoneOccupy → const TUIError

Microphone in Use

const TUIError(-1106)
errMicrophoneDeviceEmpty → const TUIError

No Microphone Device Available

const TUIError(-1107)
errGetScreenSharingTargetFailed → const TUIError

Failed to Get Screen Sharing Object

const TUIError(-1108)
errStartScreenSharingFailed → const TUIError

Failed to Start Screen Sharing

const TUIError(-1109)
errRoomIdNotExist → const TUIError

The room didn't exist when we entered. It may have been disbanded

const TUIError(100004)
errOperationInvalidBeforeEnterRoom → const TUIError

You need to enter the room to use this feature

const TUIError(-2101)
errExitNotSupportedForRoomOwner → const TUIError

The owner does not support the check-out operation, Conference room type: you can transfer the owner first and then check out. LivingRoom Type: The homeowner can only dissolve the room

const TUIError(-2102)
errOperationNotSupportedInCurrentRoomType → const TUIError

The current room type does not support this operation

const TUIError(-2103)
errRoomIdInvalid → const TUIError

The custom ID must be a printable ASCII character (0x20-0x7e) with a maximum of 48 bytes

const TUIError(-2105)
errRoomIdOccupied → const TUIError

The room ID is already in use. Please select a different room ID

const TUIError(100003)
errRoomNameInvalid → const TUIError

The room name is invalid, the maximum name is 30 bytes, the character encoding must be UTF-8, if contains Chinese

const TUIError(-2107)
errAlreadyInOtherRoom → const TUIError

The current user is already in another room and needs to check out before joining a new room: A single roomEngine instance only allows users to enter one room, so if you want to enter a different room, check out first or use a new roomEngine instance.

const TUIError(-2108)
errNeedPassword → const TUIError

Need password to enter room.

const TUIError(100018)
errWrongPassword → const TUIError

Password was wrong.

const TUIError(100019)
errRoomUserFull → const TUIError

The room is full.

const TUIError(100008)
errUserNotExist → const TUIError

User does not exist.

const TUIError(-2200)
errUserNotEntered → const TUIError

User is not in the current room.

const TUIError(100005)
errUserNeedOwnerPermission → const TUIError

Requires homeowner permission to operate.

const TUIError(-2300)
errUserNeedAdminPermission → const TUIError

Requires homeowner or administrator permission to operate.

const TUIError(-2301)
errRequestNoPermission → const TUIError

No signal request permission, such as canceling an invitation not initiated by oneself.

const TUIError(-2310)
errRequestIdInvalid → const TUIError

Signal request ID is invalid or has been processed.

const TUIError(-2311)
errRequestIdRepeat → const TUIError

Signaling request repeated

const TUIError(-2312)
errRequestIdConflict → const TUIError

Signaling request conflict

const TUIError(100102)
errMaxSeatCountLimit → const TUIError

The maximum number of microphones exceeds the package quantity limit

const TUIError(-2340)
errAlreadyInSeat → const TUIError

The current user is already on the microphone

const TUIError(100203)
errSeatOccupied → const TUIError

The current microphone already has people

const TUIError(100210)
errSeatLocked → const TUIError

The current microphone is locked

const TUIError(100200)
errSeatIndexNotExist → const TUIError

Microphone number does not exist

const TUIError(-2344)
errUserNotInSeat → const TUIError

The current user is not on the microphone

const TUIError(100206)
errAllSeatOccupied → const TUIError

The number of people on the microphone is full

const TUIError(100205)
errSeatNotSupportLinkMic → const TUIError

Does not support continuous wheat

const TUIError(100211)
errOpenMicrophoneNeedSeatUnlock → const TUIError

The current microphone audio is locked

const TUIError(-2360)
errOpenMicrophoneNeedPermissionFromAdmin → const TUIError

Need to apply to the homeowner or administrator to open the microphone

const TUIError(-2361)
errOpenCameraNeedSeatUnlock → const TUIError

The current microphone video is locked, and the camera can only be opened after the homeowner unlocks the microphone

const TUIError(-2370)
errOpenCameraNeedPermissionFromAdmin → const TUIError

Need to apply to the homeowner or administrator to open the camera

const TUIError(-2371)
errOpenScreenShareNeedSeatUnlock → const TUIError

Need to apply to the owner or administrator to unlock seat

const TUIError(-2372)
errOpenScreenShareNeedPermissionFromAdmin → const TUIError

Need to apply to the owner or administrator to share screen af

const TUIError(-2373)
errSendMessageDisabledForAll → const TUIError

The current room has enabled mute for all

const TUIError(-2380)
errSendMessageDisabledForCurrent → const TUIError

In the current room, you have been muted

const TUIError(-2381)
errRoomMetadataExceedKeyCountLimit → const TUIError

The number of room metadata keys exceeds the limit.

const TUIError(100500)
errRoomMetadataExceedValueSizeLimit → const TUIError

The size of room metadata value exceeds the limit.

const TUIError(100501)
errRoomNotSupportPreloading → const TUIError

Current room does not support preloading.

const TUIError(-4001)
errRoomAlreadyConnected → const TUIError

The room has been connected with current.

const TUIError(100401)
errRoomConnectedInOther → const TUIError

The room has been connected with other room.

const TUIError(100403)
errMaxConnectedCountLimit → const TUIError

The current room connection exceeds the maximum limit.

const TUIError(100404)

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
name String

Available on Enum, provided by the EnumName extension

The name of the enum value.
no setter
rawValue int

Available on TUIError, provided by the TUIErrorExt extension

no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
value() int

Available on TUIError, provided by the TUIErrorExt extension

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<TUIError>
A constant List of the values in this enum, in order of their declaration.