MixedStreamErrorCode enum

Errors occurring during pushing streams to CDN. (New)

Inheritance
Available extensions

Values

ok → const MixedStreamErrorCode

Successfully pushed streams to target CDN.

base → const MixedStreamErrorCode

Undefined error

invalidParam → const MixedStreamErrorCode

Invalid parameters detected by Client SDK.

invalidState → const MixedStreamErrorCode

Program runs with an error, the state machine is in abnormal condition.

invalidOperator → const MixedStreamErrorCode

Invalid operation.

timeOut → const MixedStreamErrorCode

Request timed out. Please check network status and retry.

invalidParamByServer → const MixedStreamErrorCode

Invalid parameters detected by the server.

subTimeoutByServer → const MixedStreamErrorCode

Your subscription to the stream has expired.

invalidStateByServer → const MixedStreamErrorCode

Internal server error.

authenticationByCDN → const MixedStreamErrorCode

The server failed to push streams to CDN.

timeoutBySignaling → const MixedStreamErrorCode

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

mixImageFail → const MixedStreamErrorCode

Fail to mix image.

unKnownErrorByServer → const MixedStreamErrorCode

Unknown error from server.

Properties

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