NERtcLiveStreamErrorCode class

LiveStream Error Code

Constructors

NERtcLiveStreamErrorCode()

Properties

hashCode int
The hash code for this object. [...]
read-only, inherited
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
toString() String
Returns a string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator. [...]
inherited

Constants

duplicateId → const int
推流ID重复
1403
internalServerErr → const int
服务器内部错误
1500
invaild → const int
Task参数格式错误
1400
invalidLayout → const int
布局参数错误
1501
notFound → const int
TaskId任务不存在,或频道不存在
1404
numLimit → const int
推流任务超出上限
1402
ok → const int
成功
0
requestError → const int
请求失败
1417
requestIsInvaild → const int
Task请求无效,被后续操作覆盖
1301
roomExited → const int
房间已经退出
1401
userPictureError → const int
用户图片错误
1502