CharacterPlayerError enum

播放器错误

Inheritance
Available extensions

Values

sdkNotVerified → const CharacterPlayerError

SDK未验证

characterIdWrong → const CharacterPlayerError

数字人ID有问题

characterAssetsMissing → const CharacterPlayerError

数字人资源有缺失

characterCameraSettingsWrong → const CharacterPlayerError

数字人相机设置有问题

serviceError → const CharacterPlayerError

服务器错误

activeAudioSessionFailed → const CharacterPlayerError

激活AudioSession失败

startAudioEngineFailed → const CharacterPlayerError

启动AudioEngine失败

sendDataWrong → const CharacterPlayerError

发送的数据有问题

requestTimeout → const CharacterPlayerError

请求超时

sessionTokenInvalid → const CharacterPlayerError

sessionToken 不可用

sessionTokenExpired → const CharacterPlayerError

sessionToken 过期

unknownError → const CharacterPlayerError

未知错误

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