TranscoderErrorCode enum

Errors occurring during pushing streams to CDN.

Inheritance
Available extensions

Values

ok → const TranscoderErrorCode

Successfully pushed streams to target CDN.

base → const TranscoderErrorCode

Undefined error

invalidParam → const TranscoderErrorCode

Invalid parameters detected by Client SDK.

invalidState → const TranscoderErrorCode

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

invalidOperator → const TranscoderErrorCode

Invalid operation.

timeOut → const TranscoderErrorCode

Request timed out. Please check network status and retry.

invalidParamByServer → const TranscoderErrorCode

Invalid parameters detected by the server.

subTimeoutByServer → const TranscoderErrorCode

Your subscription to the stream has expired.

invalidStateByServer → const TranscoderErrorCode

Internal server error.

authenticationByCDN → const TranscoderErrorCode

The server failed to push streams to CDN.

timeoutBySignaling → const TranscoderErrorCode

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

mixImageFail → const TranscoderErrorCode

Fail to mix image.

unKnownErrorByServer → const TranscoderErrorCode

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