NERtcLiveStreamErrorCode class Null safety

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
A string representation of this object.
inherited

Operators

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

Constants

duplicateId → const int
The streaming task has a duplicate ID
1403
internalServerErr → const int
Internal server error
1500
invaild → const int
Invalid task parameters
1400
invalidLayout → const int
The layout parameter is invalid
1501
notFound → const int
The task ID does not exist, or the channel does not exist
1404
numLimit → const int
The number of streaming tasks reaches the upper limit
1402
ok → const int
Success
0
requestError → const int
A request failed
1417
requestIsInvaild → const int
Invalid task request and overrided by subsequent operations
1301
roomExited → const int
Already exited the room
1401
userPictureError → const int
User picture error
1502