MixedStreamTaskErrorCode enum

{zh} * @detail errorcode @brief 合流任务错误码

Inheritance
Available extensions

Values

ok → const MixedStreamTaskErrorCode

@brief Successfully pushed streams to target CDN.

base → const MixedStreamTaskErrorCode

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

timeout → const MixedStreamTaskErrorCode

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

invalid_param_by_server → const MixedStreamTaskErrorCode

@brief Invalid parameters were detected by the server.

sub_timeout_by_server → const MixedStreamTaskErrorCode

@brief Subscription to the stream has expired.

invalid_state_by_server → const MixedStreamTaskErrorCode

@brief Internal server error.

authentication_by_cdn → const MixedStreamTaskErrorCode

@brief The server failed to push the mixing streams to CDN.

unknown_by_server → const MixedStreamTaskErrorCode

@brief Unknown error from server.

signal_request_timeout → const MixedStreamTaskErrorCode

@brief Signaling connection timeout error. Please check network status and retry.

mix_image_fail → const MixedStreamTaskErrorCode

@brief Failed to mix images.

stream_sync_worse → const MixedStreamTaskErrorCode

@hidden internal use only @brief The cache is not synchronized.

push_wtn_failed → const MixedStreamTaskErrorCode

@brief Failed to push the WTN stream.

max → const MixedStreamTaskErrorCode

@hidden for internal use only

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