SubtitleErrorCode enum
Error codes of the subtitling task.
Values
- unknown → const SubtitleErrorCode
-
The client side failed to identity error codes sent by cloud media processing. Please contact the technical support.
- success → const SubtitleErrorCode
-
Subtitles are turned on.
- postProcessError → const SubtitleErrorCode
-
Errors occurred concerning cloud media processing. Please contact the technical support.
- asrConnectionError → const SubtitleErrorCode
-
Failed to connect to the third-party service. Please contact the technical support.
- asrServiceError → const SubtitleErrorCode
-
Errors occurred concerning the third-party service. Please contact the technical support.
- beforeJoinRoom → const SubtitleErrorCode
-
Failed to call
RTCRoom.startSubtitle
. - alreadyOn → const SubtitleErrorCode
-
Subtitles are already on. There is no need to call
RTCRoom.startSubtitle
again. - unsupportedLanguage → const SubtitleErrorCode
-
The selected target language is not Unsupported.
- postProcessTimeout → const SubtitleErrorCode
-
Cloud media processing is timeout. Please contact the technical support.
Properties
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<
SubtitleErrorCode> - A constant List of the values in this enum, in order of their declaration.