NIMChatroomErrors class
Constructors
Properties
- hashCode → int
-
The hash code for this object.
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
- blacklisted → const int
-
黑名单用户禁止进入聊天室
13003 - connectError → const int
-
IM主连接状态异常
13001 - forbidden → const int
-
无权限
403 - illegalState → const int
-
聊天室状态异常
13002 - paramsError → const int
-
参数错误
414 - roomNotExists → const int
-
聊天室不存在
404 - serverError → const int
-
服务器内部错误
500 - success → const int
-
成功
200