MixedStreamTaskErrorCode enum

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.