SingleStreamTaskErrorCode enum

Inheritance
Available extensions

Values

OK → const SingleStreamTaskErrorCode

@brief Successfully pushed streams to target CDN.

BASE → const SingleStreamTaskErrorCode

@hidden currently not available @brief Reserved error code, not accessible.

UNKNOWN_BY_SERVER → const SingleStreamTaskErrorCode

@brief Error from the server.

SIGNAL_REQUEST_TIMEOUT → const SingleStreamTaskErrorCode

@brief Request timed out. Please check network status and retry.

INVALID_PARAM_BY_SERVER → const SingleStreamTaskErrorCode

@brief server detects that the task parameters are invalid

REMOTE_KICKED → const SingleStreamTaskErrorCode

@brief In the retweet task, the user ID in the target room has been kicked out of the target room.

JOIN_DEST_ROOM_FAIED → const SingleStreamTaskErrorCode

@brief he retweet task failed to join the target room.

RECEIVE_SRC_STREAM_TIMEOUT → const SingleStreamTaskErrorCode

@brief The stream pulling for the retweet task in the source room timed out.

NOT_SURPORT_CODEC → const SingleStreamTaskErrorCode

@brief Audio and video encoding retweet tasks are not supported

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