StreamMixingErrorCode enum

转推直播错误码

Inheritance

Constructors

StreamMixingErrorCode()
const

Values

ok → const StreamMixingErrorCode

推流成功

base → const StreamMixingErrorCode

未定义的合流错误

invalidParam → const StreamMixingErrorCode

客户端 SDK 检测到无效推流参数

invalidState → const StreamMixingErrorCode

状态错误,需要在状态机正常状态下发起操作

invalidOperator → const StreamMixingErrorCode

无效操作

timeOut → const StreamMixingErrorCode

转推直播任务处理超时,请检查网络状态并重试

invalidParamByServer → const StreamMixingErrorCode

服务端检测到错误的推流参数

subTimeoutByServer → const StreamMixingErrorCode

对流的订阅超时

invalidStateByServer → const StreamMixingErrorCode

合流服务端内部错误

authenticationByCDN → const StreamMixingErrorCode

合流服务端推 CDN 失败

timeoutBySignaling → const StreamMixingErrorCode

服务端接收信令超时,请检查网络状态并重试

mixImageFail → const StreamMixingErrorCode

图片合流失败

unKnownErrorByServer → const StreamMixingErrorCode

服务端未知错误

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