NIMChatroomErrors class Null safety

Constructors

NIMChatroomErrors()

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

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