PublicStreamErrorCode enum

Inheritance
Available extensions

Values

ERROR_CODE_SUCCESS → const PublicStreamErrorCode

@brief 发布或订阅成功。

ERROR_CODE_PUSH_PARAM_ERROR → const PublicStreamErrorCode

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

ERROR_CODE_PUSH_STATE_ERROR → const PublicStreamErrorCode

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

ERROR_CODE_PUSH_INTERNAL_ERROR → const PublicStreamErrorCode

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

ERROR_CODE_PUSH_ERROR → const PublicStreamErrorCode

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

ERROR_CODE_PUSH_TIMEOUT → const PublicStreamErrorCode

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

ERROR_CODE_PULL_NO_PUSH_STREAM → 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.