ByteRTCLoginErrorCode enum
Values
- ByteRTCLoginErrorCodeSuccess → const ByteRTCLoginErrorCode
-
@brief 调用 login:uid:{@link #ByteRTCEngine#login:uid} 方法登录成功。
- ByteRTCLoginErrorCodeInvalidToken → const ByteRTCLoginErrorCode
-
@brief 调用 login:uid:{@link #ByteRTCEngine#login:uid} 方法时使用的 Token 无效或过期失效。需要用户重新获取 Token。
- ByteRTCLoginErrorCodeLoginFailed → const ByteRTCLoginErrorCode
-
@brief 登录错误
调用 login:uid:{@link #ByteRTCEngine#login:uid} 方法时发生未知错误导致登录失败。需要用户重新登录。 - ByteRTCLoginErrorCodeInvalidUserId → const ByteRTCLoginErrorCode
-
@brief 调用 login:uid:{@link #ByteRTCEngine#login:uid} 方法时传入的用户 ID 有问题。
- ByteRTCLoginErrorCodeServerError → const ByteRTCLoginErrorCode
-
@brief 调用 login:uid:{@link #ByteRTCEngine#login:uid} 登录时服务器错误。
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.