MixedStreamTaskErrorCode enum

{zh} * @detail errorcode @brief 合流任务错误码

Inheritance
Available extensions

Values

ok → const MixedStreamTaskErrorCode

@brief 推流成功。

base → const MixedStreamTaskErrorCode

@hidden currently not available @brief 预留错误码,未启用

timeout → const MixedStreamTaskErrorCode

@brief 任务处理超时,请检查网络状态并重试。

invalid_param_by_server → const MixedStreamTaskErrorCode

@brief 服务端检测到错误的推流参数。

sub_timeout_by_server → const MixedStreamTaskErrorCode

@brief 对流的订阅超时

invalid_state_by_server → const MixedStreamTaskErrorCode

@brief 合流服务端内部错误。

authentication_by_cdn → const MixedStreamTaskErrorCode

@brief 合流服务端推 CDN 失败。

unknown_by_server → const MixedStreamTaskErrorCode

@brief 服务端未知错误。

signal_request_timeout → const MixedStreamTaskErrorCode

@brief 服务端接收信令超时,请检查网络状态并重试。

mix_image_fail → const MixedStreamTaskErrorCode

@brief 图片合流失败。

stream_sync_worse → const MixedStreamTaskErrorCode

@hidden internal use only @brief 缓存未同步。

push_wtn_failed → const MixedStreamTaskErrorCode

@brief 发布 WTN 流失败

max → const MixedStreamTaskErrorCode

@hidden for internal use only

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<MixedStreamTaskErrorCode>
A constant List of the values in this enum, in order of their declaration.