LiveError enum
- Inheritance
- Available extensions
Values
- success → const LiveError
-
const LiveError(0) - freqLimit → const LiveError
-
const LiveError(-2) - repeatOperation → const LiveError
-
const LiveError(-3) - roomMismatch → const LiveError
-
const LiveError(-4) - sdkAppIDNotFound → const LiveError
-
const LiveError(-1000) - invalidParameter → const LiveError
-
const LiveError(-1001) - sdkNotInitialized → const LiveError
-
const LiveError(-1002) - permissionDenied → const LiveError
-
const LiveError(-1003) - requirePayment → const LiveError
-
const LiveError(-1004) - cameraStartFail → const LiveError
-
const LiveError(-1100) - cameraNotAuthorized → const LiveError
-
const LiveError(-1101) - cameraOccupied → const LiveError
-
const LiveError(-1102) - cameraDeviceEmpty → const LiveError
-
const LiveError(-1103) - microphoneStartFail → const LiveError
-
const LiveError(-1104) - microphoneNotAuthorized → const LiveError
-
const LiveError(-1105) - microphoneOccupied → const LiveError
-
const LiveError(-1106) - microphoneDeviceEmpty → const LiveError
-
const LiveError(-1107) - getScreenSharingTargetFailed → const LiveError
-
const LiveError(-1108) - startScreenSharingFailed → const LiveError
-
const LiveError(-1109) - operationInvalidBeforeEnterRoom → const LiveError
-
const LiveError(-2101) - exitNotSupportedForRoomOwner → const LiveError
-
const LiveError(-2102) - operationNotSupportedInCurrentRoomType → const LiveError
-
const LiveError(-2103) - roomIdInvalid → const LiveError
-
const LiveError(-2105) - roomNameInvalid → const LiveError
-
const LiveError(-2107) - alreadyInOtherRoom → const LiveError
-
const LiveError(-2108) - userNotExist → const LiveError
-
const LiveError(-2200) - userNeedOwnerPermission → const LiveError
-
const LiveError(-2300) - userNeedAdminPermission → const LiveError
-
const LiveError(-2301) - requestNoPermission → const LiveError
-
const LiveError(-2310) - requestIdInvalid → const LiveError
-
const LiveError(-2311) - requestIdRepeat → const LiveError
-
const LiveError(-2312) - maxSeatCountLimit → const LiveError
-
const LiveError(-2340) - seatIndexNotExist → const LiveError
-
const LiveError(-2344) - openMicrophoneNeedSeatUnlock → const LiveError
-
const LiveError(-2360) - openMicrophoneNeedPermissionFromAdmin → const LiveError
-
const LiveError(-2361) - openCameraNeedSeatUnlock → const LiveError
-
const LiveError(-2370) - openCameraNeedPermissionFromAdmin → const LiveError
-
const LiveError(-2371) -
const LiveError(-2372) -
const LiveError(-2373) - sendMessageDisabledForAll → const LiveError
-
const LiveError(-2380) - sendMessageDisabledForCurrent → const LiveError
-
const LiveError(-2381) - roomNotSupportPreloading → const LiveError
-
const LiveError(-4001) - invalidUserId → const LiveError
-
const LiveError(7002) - hasBeenMuted → const LiveError
-
const LiveError(10017) - systemInternalError → const LiveError
-
const LiveError(100001) - paramIllegal → const LiveError
-
const LiveError(100002) - roomIdOccupied → const LiveError
-
const LiveError(100003) - roomIdNotExist → const LiveError
-
const LiveError(100004) - userNotEntered → const LiveError
-
const LiveError(100005) - insufficientOperationPermissions → const LiveError
-
const LiveError(100006) - noPaymentInformation → const LiveError
-
const LiveError(100007) - roomIsFull → const LiveError
-
const LiveError(100008) - tagQuantityExceedsUpperLimit → const LiveError
-
const LiveError(100009) - roomIdHasBeenUsed → const LiveError
-
const LiveError(100010) - roomIdHasBeenOccupiedByChat → const LiveError
-
const LiveError(100011) - creatingRoomsExceedsTheFrequencyLimit → const LiveError
-
const LiveError(100012) - exceedsTheUpperLimit → const LiveError
-
const LiveError(100013) - invalidRoomType → const LiveError
-
const LiveError(100015) - memberHasBeenBanned → const LiveError
-
const LiveError(100016) - memberHasBeenMuted → const LiveError
-
const LiveError(100017) - requiresPassword → const LiveError
-
const LiveError(100018) - roomEntryPasswordError → const LiveError
-
const LiveError(100019) - roomAdminQuantityExceedsTheUpperLimit → const LiveError
-
const LiveError(100020) - requestIdConflict → const LiveError
-
const LiveError(100102) - seatLocked → const LiveError
-
const LiveError(100200) - seatOccupied → const LiveError
-
const LiveError(100201) - alreadyOnTheSeatQueue → const LiveError
-
const LiveError(100202) - alreadyInSeat → const LiveError
-
const LiveError(100203) - notOnTheSeatQueue → const LiveError
-
const LiveError(100204) - allSeatOccupied → const LiveError
-
const LiveError(100205) - userNotInSeat → const LiveError
-
const LiveError(100206) - userAlreadyOnSeat → const LiveError
-
const LiveError(100210) - seatNotSupportLinkMic → const LiveError
-
const LiveError(100211) - emptySeatList → const LiveError
-
const LiveError(100251) - connectionNotExist → const LiveError
-
const LiveError(100400) - roomInConnection → const LiveError
-
const LiveError(100401) - pendingConnectionRequest → const LiveError
-
const LiveError(100402) - roomConnectedInOther → const LiveError
-
const LiveError(100403) - connectionOrBattleLimitExceeded → const LiveError
-
const LiveError(100404) - creatingConnectionTooFrequent → const LiveError
-
const LiveError(100405) - battleNotExistOrEnded → const LiveError
-
const LiveError(100411) - noRoomsInBattleIsValid → const LiveError
-
const LiveError(100412) - creatingBattleTooFrequently → const LiveError
-
const LiveError(100413) - roomNotInBattle → const LiveError
-
const LiveError(100414) - inOtherBattle → const LiveError
-
const LiveError(100415) - pendingBattleRequest → const LiveError
-
const LiveError(100416) - notAllowedCancelBattleForRoomInBattle → const LiveError
-
const LiveError(100419) - battleNotStart → const LiveError
-
const LiveError(100420) - battleHasEnded → const LiveError
-
const LiveError(100421) - metadataKeyExceedsLimit → const LiveError
-
const LiveError(100500) - metadataValueSizeExceedsByteLimit → const LiveError
-
const LiveError(100501) - metadataTotalValueSizeExceedsByteLimit → const LiveError
-
const LiveError(100502) - metadataNoValidKey → const LiveError
-
const LiveError(100503) - metadataKeySizeExceedsByteLimit → const LiveError
-
const LiveError(100504)
Properties
- code → int
-
final
- description → String?
-
Available on LiveError, provided by the LiveErrorWithLocalization extension
no setter - 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 - 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