SingleStreamTaskErrorCode enum
{zh} * @detail errorcode @brief 单流转推任务错误码
Values
- ok → const SingleStreamTaskErrorCode
-
@brief 推流成功。
- base → const SingleStreamTaskErrorCode
-
@hidden currently not available @brief 预留错误码,未启用
- unknown_by_server → const SingleStreamTaskErrorCode
-
@brief 服务端合流错误
- signal_request_timeout → const SingleStreamTaskErrorCode
-
@brief 任务处理超时,请检查网络状态并重试。
- invalid_param_by_server → const SingleStreamTaskErrorCode
-
@brief 服务端检测任务参数不合法
- remote_kicked → const SingleStreamTaskErrorCode
-
@brief 转推任务在目标房间的用户ID被踢出目标房间
- join_dest_room_failed → const SingleStreamTaskErrorCode
-
@brief 转推任务加入目标房间失败
- receive_src_stream_timeout → const SingleStreamTaskErrorCode
-
@brief 转推任务在源房间拉流超时
- not_surport_codec → const SingleStreamTaskErrorCode
-
@brief 音视频编码转推任务不支持
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<
SingleStreamTaskErrorCode> - A constant List of the values in this enum, in order of their declaration.