PublicStreamErrorCode enum

{zh} * @deprecated since 3.60, see onMixedStreamEvent{@link #IRTCEngineEventHandler#onMixedStreamEvent}. @detail errorcode @brief WTN 流状态码

Inheritance
Available extensions

Values

success → const PublicStreamErrorCode

@brief 发布或订阅成功。

pushParamError → const PublicStreamErrorCode

@brief WTN 流的参数异常,请修改参数后重试。

pushStateError → const PublicStreamErrorCode

@brief 服务端状态异常,将自动重试。

pushInternalError → const PublicStreamErrorCode

@brief 内部错误,不可恢复,请重试。

pushError → const PublicStreamErrorCode

@brief 发布失败,将自动重试,请关注重试结果。

pushTimeOut → const PublicStreamErrorCode

@brief 发布失败,10 s 后会重试,重试 3 次后自动停止。

pullNoPushStream → const PublicStreamErrorCode

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