MixedStreamTaskErrorCode enum

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.