TUIError enum

1.1 Error Code Enumeration Definition

Inheritance

Constructors

TUIError()
const

Values

success → const TUIError

Operation Successful

errFailed → const TUIError

UnCategorized General Error

errFreqLimit → const TUIError

Request is limited. Please try again later

errRepeatOperation → const TUIError

RepeatOperation

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

errInvalidParameter → const TUIError

Invalid Parameter for API Call

errSdkNotInitialized → const TUIError

SDK Not Initialized

errPermissionDenied → const TUIError

No Operation Permission

errRequirePayment → const TUIError

Additional Package Required for This Feature

errCameraStartFailed → const TUIError

Failed to Open Camera

errCameraNotAuthorized → const TUIError

Camera Not Authorized

errCameraOccupy → const TUIError

Camera in Use

errCameraDeviceEmpty → const TUIError

No Camera Device Available

errMicrophoneStartFailed → const TUIError

Failed to Open Microphone

errMicrophoneNotAuthorized → const TUIError

Microphone Not Authorized

errMicrophoneOccupy → const TUIError

Microphone in Use

errMicrophoneDeviceEmpty → const TUIError

No Microphone Device Available

errGetScreenSharingTargetFailed → const TUIError

Failed to Get Screen Sharing Object

errStartScreenSharingFailed → const TUIError

Failed to Start Screen Sharing

errRoomIdNotExist → const TUIError

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

errOperationInvalidBeforeEnterRoom → const TUIError

You need to enter the room to use this feature

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

errOperationNotSupportedInCurrentRoomType → const TUIError

The current room type does not support this operation

errOperationNotSupportedInCurrentSpeechMode → const TUIError

This operation is not supported in the current speech mode

errRoomIdInvalid → const TUIError

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

errRoomIdOccupied → const TUIError

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

errRoomNameInvalid → const TUIError

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

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.

errUserNotExist → const TUIError

User does not exist

errUserNotEntered → const TUIError

User is not in the current room

errUserNeedOwnerPermission → const TUIError

Requires homeowner permission to operate

errUserNeedAdminPermission → const TUIError

Requires homeowner or administrator permission to operate

errRequestNoPermission → const TUIError

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

errRequestIdInvalid → const TUIError

Signal request ID is invalid or has been processed.

errRequestIdRepeat → const TUIError

Signaling request repeated

errRequestIdConflict → const TUIError

Signaling request conflict

errMaxSeatCountLimit → const TUIError

The maximum number of microphones exceeds the package quantity limit

errAlreadyInSeat → const TUIError

The current user is already on the microphone

errSeatOccupied → const TUIError

The current microphone already has people

errSeatLocked → const TUIError

The current microphone is locked

errSeatIndexNotExist → const TUIError

Microphone number does not exist

errUserNotInSeat → const TUIError

The current user is not on the microphone

errAllSeatOccupied → const TUIError

The number of people on the microphone is full

errSeatNotSupportLinkMic → const TUIError

Does not support continuous wheat

errOpenMicrophoneNeedSeatUnlock → const TUIError

The current microphone audio is locked

errOpenMicrophoneNeedPermissionFromAdmin → const TUIError

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

errOpenCameraNeedSeatUnlock → const TUIError

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

errOpenCameraNeedPermissionFromAdmin → const TUIError

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

errOpenScreenShareNeedSeatUnlock → const TUIError

Need to apply to the owner or administrator to unlock seat

errOpenScreenShareNeedPermissionFromAdmin → const TUIError

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

errSendMessageDisabledForAll → const TUIError

The current room has enabled mute for all

errSendMessageDisabledForCurrent → const TUIError

In the current room, you have been muted

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
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

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.