SingleStreamTaskErrorCode enum
{zh} * @detail errorcode @brief 单流转推任务错误码
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_failed → 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.