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
Members in a blocklist are not allowed to join a chat room
13003
connectError → const int
IM connection status error
13001
forbidden → const int
No permissions
403
illegalState → const int
Invalid chat room state
13002
paramsError → const int
Invalid parameter
414
roomNotExists → const int
Chat room does not exist
404
serverError → const int
Internal server error
500
success → const int
Success
200