ByteRTCLoginErrorCode enum

Inheritance
Available extensions

Values

ByteRTCLoginErrorCodeSuccess → const ByteRTCLoginErrorCode

@brief Call the login:uid:{@link #ByteRTCEngine#login:uid} method to log in successfully.

ByteRTCLoginErrorCodeInvalidToken → const ByteRTCLoginErrorCode

@brief The token used when calling the login:uid:{@link #ByteRTCEngine#login:uid} method is invalid or expired. The user is required to re-acquire the token.

ByteRTCLoginErrorCodeLoginFailed → const ByteRTCLoginErrorCode

@brief Login error
An unknown error occurred when calling the login:uid:{@link #ByteRTCEngine#login:uid} method, which caused the login to fail. The user is required to log in again.

ByteRTCLoginErrorCodeInvalidUserId → const ByteRTCLoginErrorCode

@brief There was a problem with the incoming user ID when the login:uid:{@link #ByteRTCEngine#login:uid} method was called.

ByteRTCLoginErrorCodeServerError → const ByteRTCLoginErrorCode

@brief Call login:uid:{@link #ByteRTCEngine#login:uid} server error while logging in.

Properties

$value → dynamic
final
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

Constants

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