PublicStreamErrorCode enum

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

Inheritance
Available extensions

Values

success → const PublicStreamErrorCode

@brief Published or subscribed successfully.

pushParamError → const PublicStreamErrorCode

@brief Invalid parameter(s). Please revise the paramter(s) and retry.

pushStateError → const PublicStreamErrorCode

@brief Error for the task at the server side. The server will retry upon the failure.

pushInternalError → const PublicStreamErrorCode

@brief Unrecoverable error of publishing the WTN stream. Please start the task again.

pushError → const PublicStreamErrorCode

@brief Failed to publish. The SDK will retry upon the failure. We recommend to keep listening to the publishing result.

pushTimeOut → const PublicStreamErrorCode

@brief Failed to publish the WTN stream for time-out error. The SDK will retry 10 s after the timeout. The maximum number of retry attempts is 3.

pullNoPushStream → const PublicStreamErrorCode

@brief Failed to play a WTN stream because the publisher has not started publishing.

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.