Status Codes
This document lists all the status codes of RongIMLib, based on the enumeration ErrorCode.
Connection Status Codes
The app can monitor the connection status of the SDK. The following status codes may be thrown during the connection.
tip
- Before version 5.6.1, the code type in the callback functions of Events.DISCONNECT and Events.SUSPEND was ConnectionStatus.
- Starting from version 5.7.0, the code type in the callback functions of Events.DISCONNECT and Events.SUSPEND is ErrorCode.
ConnectionStatus provides the following connection statuses:
Status Code | Description |
---|---|
0 | Connection successful |
1 | Connecting |
2 | User actively disconnected |
3 | Network unavailable, SDK will automatically reconnect |
4 | Socket unavailable, SDK will automatically reconnect |
6 | Kicked by another device |
9 | User banned |
12 | Domain error |
Business Error Codes
-1
TIMEOUT
Unknown error.
0
SUCCESS
Success.
2
ACTIVE_DISCONNECT
Active disconnect.
405
REJECTED_BY_BLACKLIST
Message sending failed because you’ve been added to the recipient’s blacklist.
20106
FORBIDDEN_IN_PRIVATE
Muted in private chat.
20109
SYS_CONVERSATION_NOT_SUPPORT_MESSAGE
System conversations don’t support this message type.
20512
CLOUD_DATA_CENTER_INVALID
The AppKey’s data center doesn’t match the requested cloud control data center.
20604
SEND_FREQUENCY_TOO_FAST
Message sending frequency too high. Only 5 messages per second are allowed.
20606
OPERATION_NOT_SUPPORT
Operation not supported. Only valid for private cloud. The server has disabled this operation.
20607
REQUEST_OVER_FREQUENCY
Request exceeded the call frequency limit. Try again later.
22201
MESSAGE_EXPAND_NOT_EXIST
Ultra group expansion message, but the original message doesn’t exist.
22202
MESSAGE_EXPAND_NOT_SUPPORT
Ultra group expansion message, but the original message doesn’t support expansion.
22203
MESSAGE_EXPAND_FORMAT_ERROR
Ultra group expansion message, expansion content format error.
22204
MESSAGE_EXPAND_NOT_AUTHORIZED
Ultra group expansion message, no operation permission.
22406
NOT_IN_GROUP
Not in the group.
22408
FORBIDDEN_IN_GROUP
Muted in the group.
23406
NOT_IN_CHATROOM
Not in the chatroom.
23407
GET_USERINFO_ERROR
Chatroom mute whitelist user limit exceeded.
23408
FORBIDDEN_IN_CHATROOM
Muted in the chatroom.
23409
RC_CHATROOM_USER_KICKED
Kicked and banned from the chatroom. The ban duration depends on the time passed when the server called the kick-out interface.
23410
RC_CHATROOM_NOT_EXIST
Chatroom doesn’t exist.
23411
RC_CHATROOM_IS_FULL
Chatroom member limit exceeded. Developers can submit a ticket to request a change in the chatroom member limit.
23412
RC_CHATROOM_PATAMETER_INVALID
The chatroom API parameter is invalid. Ensure the parameter is not empty or invalid.
23413
CHATROOM_GET_HISTORYMSG_ERROR
An error occurred while retrieving chatroom history messages.
23414
CHATROOM_NOT_OPEN_HISTORYMSG_STORE
Chatroom cloud storage is not enabled.
23423
CHATROOM_KV_EXCEED
The chatroom KV attribute limit has been exceeded.
23424
CHATROOM_KV_OVERWRITE_INVALID
You do not have permission to modify existing KV attribute values in the chatroom.
23425
CHATROOM_SET_PROPERTY_OVER_FREQUENCY
(Deprecated) The chatroom status setting frequency has been exceeded. The limit is 100 status sets or deletes per second.
23426
CHATROOM_KV_STORE_NOT_OPEN
Chatroom attribute customization is not enabled.
23427
CHATROOM_KEY_NOT_EXIST
The chatroom attribute does not exist.
23428
CHATROOM_KV_STORE_NOT_ALL_SUCCESS
Batch setting or deleting KV attributes was partially unsuccessful.
23429
CHATROOM_KV_STORE_OUT_LIMIT
The batch setting or deleting of KV attributes exceeded the limit (max 10).
23431
CHATROOM_KV_SET_ERROR
(Deprecated) Setting the chatroom KV failed because multiple devices attempted to modify the same KV simultaneously. Delay the operation and try again.
24001
HAVNODEVICEID
No DeviceId is registered, meaning the user is not logged in.
24002
DEVICEIDISHAVE
The DeviceId already exists.
24009
FEILD
No corresponding user or Token.
24011
NULLCHANNELNAME
(Deprecated) ChannelName is empty.
24015
INTERNALERRROR
Internal server error.
24360
RC_USER_PROFILE_KEY_NOT_ALLOW_SDK_SET
No permission to set this user’s managed attribute.
24361
RC_USER_PROFILE_KEY_NOT_EXIST
This key does not exist in the user’s managed basic attribute list.
24362
RC_USER_PROFILE_EXT_KEY_NOT_EXIST
This key does not exist in the user’s managed extended attribute list.
24363
RC_USER_PROFILE_EXT_KV_COUNT_EXCEED_LIMIT
The maximum limit for setting user-managed extended attributes has been exceeded.
24364
RC_USER_PROFILE_VALUE_LENGTH_EXCEED_LIMIT
The Value of the user’s managed basic or extended attribute exceeds the maximum character limit.
24365
RC_USER_PROFILE_QUERY_COUNT_EXCEED_LIMIT
The limit for batch querying user-managed information has been exceeded.
24366
RC_USER_PROFILE_USER_NOT_EXIST
This user does not exist.
24367
RC_USER_PROFILE_VALUE_CAN_ONLY_BE_NUMBERS
The Value of this user-managed attribute can only be a number.
24368
RC_USER_PROFILE_VALUE_EXCEED_RANGE
The Value of this user-managed attribute exceeds the allowed range.
24369
RC_USER_PROFILE_SERVICE_UNAVAILABLE
User information management service is not enabled.
24401
ULTRA_GROUP_SERVICE_UNAVAILABLE
Ultra group service is not enabled.
24402
ULTRA_GROUP_SERVICE_ERROR
Ultra group service exception.
24403
ULTRA_GROUP_PARAMETER_ERROR
Ultra group parameter error.
24404
ULTRA_GROUP_UNKNOWN_ERROR
Ultra group unknown exception.
24406
NOT_IN_ULTRA_GROUP
Not a member of the ultra group.
24408
FORBIDDEN_IN_ULTRA_GROUP
Ultra group member is muted.
24410
ULTRA_GROUP_NOT_EXIST
Ultra group does not exist.
24412
ULTRA_GROUP_JOINED_OVERSIZE
The limit for joining ultra groups has been exceeded.
24413
ULTRA_GROUP_CHANNELS_OVERSIZE
The limit for creating ultra group channels has been exceeded.
24414
ULTRA_GROUP_CHANNEL_ID_NOT_EXIST
Ultra group channel ID does not exist.
24415
ULTRA_GROUP_MESSAGE_SENT_OVER_FREQUENCY
The message sending limit for the ultra group channel has been exceeded.
24416
ULTRA_GROUP_USER_NOT_IN_PRIVATE_CHANNEL
User is not in the ultra group’s private channel.
25101
RECALL_MESSAGE
Invalid message recall parameters. Ensure the parameters are correctly filled.
25102
MESSAGE_STORAGE_SERVICE_UNAVAILABLE
Single and group chat cloud storage service is not enabled.
25104
RC_SERVER_UNKOWN_ERROR
Unknown exception.
25107
RECALL_MESSAGE_USER_INVALID
IMLib can recall messages sent by yourself or others. The IM service has a switch to control whether only messages sent by yourself can be recalled. When this switch is enabled, recalling messages sent by others will result in this error.
25402
RC_ENTRUST_SERVER_ERROR
Entrust service exception.
25403
RC_ENTRUST_SERVER_PARAMETER_ERROR
Entrust service parameter error.
25404
RC_GROUP_ILLEGAL_ERROR
Illegal operation. Non-group owner modifying group permissions. The corresponding key is returned in the msg.
25405
RC_GROUP_AUTHORITY_ERROR
No permission to perform the operation.
25406
RC_GROUP_PARAMETER_LENGTH_EXCEED_LIMIT
Parameter exception, length exceeds the limit.
25407
RC_GROUP_PARAMETER_FORMAT_ERROR
Parameter exception, illegal characters.
25408
RC_GROUP_PARAMETER_VALUE_CAN_ONLY_BE_NUMBERS
Parameter value must be a number.
25409
RC_GROUP_ID_ALREADY_EXIST
Group ID already exists.
25410
RC_GROUP_ID_NOT_EXIST
Group ID does not exist.
25411
RC_GROUP_MEMBERS_COUNT_EXCEED_LIMIT
Group member limit exceeded.
25412
RC_GROUP_MEMBERS_ALREADY_IN_GROUP
Group member ID is already in the group.
25413
RC_GROUP_NOT_ALLOW_SDK_OPERATION
This operation is not allowed via the SDK.
25414
RC_GROUP_NOT_ALLOW_JOIN
No one is allowed to join the group.
25415
RC_GROUP_EXT_KEY_NOT_EXIST
The extended information Key does not exist.
25416
RC_GROUP_REQUEST_OVERFREQUENCY
Query frequency limit exceeded.
25417
RC_GROUP_OWNER_NOT_ALLOW_QUIT_OR_KICK
The group owner cannot be kicked, quit the group, or be set as an admin.
25418
RC_GROUP_USER_NOT_IN_GROUP
User ID is not in the group.
25419
RC_GROUP_MANAGER_OR_FOLLOW_COUNT_EXCEED_LIMIT
Admin/follower count exceeds the limit.
25420
RC_GROUP_USER_IS_NOT_MANAGER_IN_GROUP
The user is not an admin in this group.
25421
RC_GROUP_APPLICATION_NOT_EXIST
No invitation request exists for the corresponding group ID and user ID.
25422
RC_GROUP_QUERY_GROUP_COUNT_EXCEED_LIMIT
The limit for querying group information has been exceeded.
25423
RC_GROUP_NAME_INVALID
Group name cannot be empty.
25424
RC_GROUP_JOIN_GROUP_NEED_MANAGER_ACCEPT
Joining the group requires admin approval.
25425
RC_GROUP_OWNER_NOT_ALLOW_BE_MANAGER
The group owner cannot be set as an admin.
25426
RC_GROUP_NO_INVITE_PERMISSION
No permission to invite users to the group.
25427
RC_GROUP_NEED_INVITEE_ACCEPT
Inviting users to the group requires the invitee’s acceptance.
25428
RC_GROUP_APPLICATION_ALREADY_HANDLE
The request has already been processed by another admin.
25429
RC_GROUP_OLD_GROUP_NOT_ENTRUST
Older groups do not support the entrust API. They must be imported first.
25430
RC_GROUP_ID_INVALID
Group ID is invalid. It contains special characters.
25432
RC_PAGE_TOKEN_PARSING_FAILED
PageToken parsing failed.
25460
RC_FRIEND_ALREADY_FRIEND
You are already friends. The operation is invalid.
25461
RC_FRIEND_NEED_ACCEPT
The other party must accept before you can become friends.
25462
RC_FRIEND_IN_OTHER_BLACK_LIST
You are in the target user’s blacklist and cannot add them as a friend.
25463
RC_FRIEND_NOT_IN_OTHER_WHITE_LIST
You are not in the target user’s whitelist and cannot add them as a friend.
25464
RC_FRIEND_IN_MY_BLACK LIST
The target user is in your blacklist and cannot be added as a friend.
25465
RC_FRIEND_NOT_IN_MY_WHITE_LIST
The target user is not in your whitelist and cannot be added as a friend.
25466
RC_FRIEND_APPLICATION_NOT_EXIST
The friend request does not exist or has expired.
25467
RC_FRIEND_MY_FRIEND_COUNT_EXCEED_LIMIT
Your friend count has exceeded the limit.
25468
RC_FRIEND_OTHER_FRIEND_COUNT_EXCEED_LIMIT
The target user’s friend count has exceeded the limit.
25469
RC_FRIEND_NOT_FRIEND
You are not friends. This operation cannot be performed.
25470
RC_FRIEND_FIELDS_LENGTH_EXCEED_LIMIT
The friend custom attribute limit has been exceeded.
25471
RC_FRIEND_OTHER_NOT_ALLOW_ADD_FRIEND
The target user has disabled friend requests.
25472
RC_FRIEND_NOT_EXIST
The friend does not exist.
25473
RC_FRIEND_NOT_ALLOW_ADD_SELF
You cannot add yourself as a friend.
26001
PUSH_PARAMETER_INVALID
The user-level setting service request parameter is invalid.
26002
USER_SETTING_SYNCED_ERROR
The client version is too low. Sync the version number and submit a ticket to enable user-level configuration.
26004
CONVERSATION_TAG_OVERSIZE
The user conversation tag limit has been exceeded. The maximum is 20 tags.
26005
RC_READ_RECEIPT_V4_INVALID
V4 read receipt is not enabled.
26007
RC_SERVER_PARAMETER_MESSAGEUIDS_CONFUSED
The message ID order is incorrect.
26009
RC_SERVER_PARAMETER_MESSAGEUID_INVALID
The message ID is invalid.
26010
RC_SERVER_PARAMETER_INVALID
The parameter is invalid.
26020
RC_SUBSCRIBE_ONLINE_SERVICE_UNAVAILABLE
Online status subscription is not enabled.
26021
RC_BESUBSCRIBED_USERIDS_COUNT_EXCEED_LIMIT
The user subscription limit has been exceeded. Refer to the documentation for details.
26022
RC_SUBSCRIBED_USERIDS_EXCEED_LIMIT
The subscription user limit has been exceeded. Refer to the documentation for details.
26106
RC_FILE_SIZE_EXCEED_LIMIT
The uploaded file exceeds the maximum size limit.
26107
INVALID_PARAMETER_SIZE_NOT_FOUND
The size parameter is missing when enabling the limit.
30001
RC_NET_CHANNEL_INVALID
The current connection has been released.
30002
RC_NET_UNAVAILABLE
The current connection is unavailable.
30003
RC_MSG_RESP_TIMEOUT
The client’s message request timed out on the RC server.
30005
RC_HTTP_REQ_FAIL
The request to connect to the navigation address failed.
30007
RC_NAVI_REQ_FAILED
The navigation returned an abnormal result.
30010
RC_SOCKET_NOT_CREATED
Connection creation failed.
30011
RC_SOCKET_DISCONNECTED
The connection was disconnected.
30012
RC_PING_EXCEED_LIMIT
Ping failed.
30016
RC_MSG_CONTENT_EXCEED_LIMIT
The message size exceeds the limit. The maximum size is 128 KB (after serialization to JSON).
30019
RC_NETWORK_DOWN
The network connection is unavailable.
30021
RC_TCP_DISCONNECTED_NO_RMTP
TCP connection succeeded, but RMTP connection failed.
31000
RC_CONN_ACK_TIMEOUT
Connection ACK timed out.
31001
RC_CONN_PROTO_VERSION_ERROR
The signaling version is incorrect.
31002
RC_CONN_IDENTIFIER_REJECTED
The client info field format is incorrect.
31003
RC_CONN_SERVER_UNAVAILABLE
Mini Program (or desktop) service is not enabled.
31004
RC_CONN_TOKEN_INCORRECT
The Token is invalid; the AppKey and Token do not match; or the Token has expired.
31006
RC_CONN_REDIRECTED
The connection was redirected.
31008
RC_CONN_APP_BLOCKED_OR_DELETED
The AppKey is blocked or deleted.
31009
RC_CONN_USER_BLOCKED
Connection failed—user blocked.
31010
RC_DISCONN_KICK
User kicked offline.
31011
RC_DISCONN_EXCEPTION
IM connection disconnected—user blocked.
31020
RC_CONN_TOKEN_EXPIRED
Token expired.
31022
RC_CONN_HOSTNAME_ERROR
Page domain not in the safe domain whitelist.
31023
RC_DISCONN_SAME_CLIENT_ON_LINE
Same client type already online—reconnection not allowed.
31024
RC_LISCENSE_COUNT_OUT_OF_LIMIT
Connection limit exceeded—private cloud only.
31029
RC_ACCOUNT_CANCELLATION
User account canceled.
31030
RC_LICENSE_EXPIRED
Private Cloud license check failed; App license expired.
32001
RC_QUERY_ACK_NO_DATA
Protocol layer internal error; data error during query, upload, or download.
32002
RC_MSG_DATA_INCOMPLETE
Protocol layer internal error.
32011
RC_UDP_DISCONNECTED
Server actively disconnected (only under QUIC Protocol).
32054
RC_TCP_RESET
Connection interrupted by the server; SDK will auto-reconnect.
32061
CONNECTION_REFUSED
Connection refused.
33000
PROTOCOL_MESSAGE_SAVED_ERROR
Failed to save the message to the local database.
33001
BIZ_ERROR_CLIENT_NOT_INIT
Not initialized.
33002
BIZ_ERROR_DATABASE_ERROR
Database error.
33003
BIZ_ERROR_INVALID_PARAMETER
Invalid parameter passed during developer API call.
33004
BIZ_ERROR_NO_CHANNEL
Invalid channel.
33006
BIZ_ERROR_CONNECTING
Connection in progress; subsequent connect calls are rejected.
33007
MSG_ROAMING_SERVICE_UNAVAILABLE
Historical message cloud storage service not enabled.
33008
MSG_INSERT_ERROR
Failed to save message to local database.
33009
MSG_DEL_ERROR
Chatroom recycled.
33100
TAG_NOT_EXIST
Tag does not exist.
33101
TAG_EXISTS
Tag already exists.
33102
NO_TAG_IN_CONVER
Tag not in conversation.
34001
RC_CONNECTION_EXIST
Connection already exists.
34005
PACKAGE_ENVIRONMENT_ERROR
Incorrect connection environment.
34006
CONNECTION_TIMEOUT
Connection timeout.
34008
MESSAGE_KV_NOT_SUPPORT
Message cannot be expanded; only single group chats are supported.
34010
EXPANSION_LIMIT_EXCEET
Message expansion size exceeds limit.
34011
UPLOAD_FAIL
Media file HTTP upload failed.
34013
CONVER_OUT_LIMIT_ERROR
Number of conversations added/removed from tag exceeds limit.
34014
READ_RECEIPT_ERROR
Group read receipt version not supported.
34016
PUSH_CONTENT_CONFIG_SERVICE_UNAVAILABLE
User-level settings not enabled.
34018
MEDIA_EXCEPTION
Media file upload exception; file missing or size is 0.
34022
METHOD_NOT_SUPPORT
Interface does not support ultra group conversations.
34201
CONVERSATION_TYPE_NOT_SUPPORT
Interface does not support the passed conversation type.
34202
INVALID_PARAMETER_TIMESTAMP
Invalid timestamp passed during developer API call.
34203
INVALID_PARAMETER_MESSAGE_UID
Invalid uid (server message unique ID) passed during developer API call.
34204
INVALID_PARAMETER_MESSAGE_ID
Invalid messageId passed during developer API call or corresponding message not found.
34205
INVALID_PARAMETER_MESSAGE_CONTENT
Invalid Message or MessageContent passed during developer API call.
34206
MSG_LIMIT_ERROR
Invalid messageList passed during developer API call.
34207
INVALID_PARAMETER_MEDIA_TYPE
Invalid mediaType passed during developer API call.
34209
INVALID_PARAMETER_CONVERSATION_TYPE
Invalid ConversationType passed during developer API call.
34210
INVALID_PARAMETER_TARGET_ID
Invalid targetId passed during developer API call.
34211
INVALID_PARAMETER_CHANNEL_ID
Invalid channelId passed during developer channel-related API call.
34212
INVALID_PARAMETER_TAG_ID
The tagId in the API call is invalid.
34213
INVALID_PARAMETER_TAG_NAME
The tagName in the API call is invalid.
34214
INVALID_PARAMETER_USER_ID
The userId in the API call is invalid.
34215
INVALID_PARAMETER_USERIDLIST
The userIdList in the API call is invalid.
34217
INVALID_PARAMETER_DOWNLOADMEDIAFILENAME
The downloadMediaFileName in the API call is invalid.
34220
INVALID_PARAMETER_MESSAGE_EXPANSION
The MessageExpansion in the API call is invalid.
34225
INVALID_PARAMETER_CONVERSATION
The conversation parameter is invalid.
34228
INVALID_PARAMETER_NOTIFICATION_LEVEL
The PushNotificationLevel is invalid.
34229
INVALID_PARAMETER_MESSAGE_ARRAY
The messageIds parameter in the API call is invalid.
34230
INVALID_PARAMETER_RECEIVED_STATUS
The ReceivedStatus parameter in the API call is invalid.
34231
INVALID_PARAMETER_CHANNEL_TYPE
The UltraGroupChannelType is invalid.
34232
INVALID_PARAMETER_COUNT
The count in the API call is invalid.
34235
INVALID_PARAMETER_MEDIA_URL
The mediaUrl in the API call is invalid.
34236
INVALID_PARAMETER_UNIQUE_ID
The uniqueId in the API call is invalid.
34238
INVALID_PARAMETER_PROXY
The proxy configuration is invalid. RongIMProxy is empty or invalid.
34239
INVALID_PARAMETER_TESTHOST
The proxy test service in the API call testProxy is invalid.
34242
INVALID_PARAMETER_CONVERSATIONS
The conversations parameter in the API call is invalid.
34244
INVALID_PARAMETER_SENT_STATUS
The Message.SentStatus parameter in the API call is invalid.
34245
RC_CONN_PROXY_UNAVAILABLE
The proxy address is unavailable.
34259
INVALID_PARAMETER_RTCROOMID
The rtcRoomID parameter is invalid.
34260
INVALID_PARAMETER_KEY
The key parameter is invalid.
34261
INVALID_PARAMETER_KEYS
The keys parameter is invalid.
34262
INVALID_PARAMETER_VALUE
The value parameter is invalid.
34263
INVALID_PARAMETER_ENTRIES
The entries parameter is invalid.
34264
INVALID_PARAMETER_NOTIFICATION_EXTRA
The notificationExtra parameter is invalid.
34272
INVALID_PARAMETER_BEFORE
The before parameter is invalid.
34273
INVALID_PARAMETER_AFTER
The after parameter is invalid.
34274
INVALID_PARAMETER_KEYWORD
The keyword parameter is invalid.
34276
INVALID_PARAMETER_OFFSET
The offset parameter is invalid.
34277
INVALID_PARAMETER_START_TIME
The start time parameter is invalid.
34278
INVALID_PARAMETER_END_TIME
The end time parameter is invalid.
34279
INVALID_PARAMETER_LIMIT
The limit parameter is invalid.
34280
INVALID_MESSAGE_DIRECTION
The MessageDirection is invalid.
34284
INVALID_PARAMETER_CONVERSATION_TYPE_LIST
The ConversationType list parameter is invalid.
34287
INVALID_PARAMETER_CONVERSATION_LIST
The conversationList array in the API call is invalid.
34288
INVALID_PARAMETER_CLEAR_MESSAGE_OPTION_LIST
The ClearMessageOption array in the API call is invalid.
34289
INVALID_PARAMETER_START_MESSAGE_UID
The startMessageUID parameter is invalid.
34290
INVALID_PARAMETER_END_MESSAGE_UID
Invalid endMessageUID parameter.
34291
READ_RECEIPT_V4_NOT_SUPPORT
V4 read receipt not supported.
34296
RC_DIRECTIONAL_MESSAGE_INVALID_CONVERSATION_TYPE
Unsupported conversation type for directional messages.
34306
INVALID_PARAMETER_SUBSCRIBE_TYPE
Invalid subscription type.
34307
INVALID_PARAMETER_SUBSCRIBE_EXPIRY
Invalid subscription duration [60s ~ 30 days].
34308
INVALID_PARAMETER_SUBSCRIBE_PUBLISHER_USERIDS
Invalid or empty subscription user list.
34309
INVALID_PARAMETER_SUBSCRIBE_PAGESIZE
Invalid page size.
34310
SUB_PROCESS_EXIT
Subprocess terminated unexpectedly. SDK will auto-reconnect if connected.
34311
ADDON_NOT_EXIST
Addon module missing.
34312
INVALID_PARAMETER_USER_PROFILE
Invalid userProfile parameter.
34313
INVALID_PARAMETER_USER_PROFILE_VISIBILITY
Invalid userProfileVisibility parameter.
34314
INVALID_PARAMETER_EXTRA
Invalid extra parameter.
34318
INVALID_PARAMETER_GROUP_INFO
Invalid GroupInfo parameter.
34319
INVALID_PARAMETER_GROUP_ID
Invalid groupId parameter.
34320
INVALID_PARAMETER_GROUP_NAME
Invalid groupName parameter.
34321
INVALID_PARAMETER_GROUP_IDS
Invalid groupIds parameter.
34322
INVALID_PARAMETER_GROUP_MEMBER_ROLE
Invalid GroupMemberRole parameter.
34323
INVALID_PARAMETER_GROUP_APPLICATION_STATUS
Invalid GroupApplicationStatus parameter.
34324
INVALID_PARAMETER_GROUP_APPLICATION_DIRECTION
Invalid GroupApplicationDirection parameter.
34325
INVALID_PARAMETER_NICK_NAME
Invalid nickname parameter.
34326
INVALID_PARAMETER_REASON
Invalid reason parameter.
34327
INVALID_PARAMETER_REMARK
Invalid remark parameter.
34328
INVALID_PARAMETER_PAGING_QUERY_OPTION
Invalid PagingQueryOption parameter.
34330
INVALID_PARAMETER_QUERY_FRIENDS_DIRECTION_TYPE
Invalid QueryFriendsDirectionType parameter.
34331
INVALID_PARAMETER_DIRECTION_TYPE
Invalid DirectionType parameter.
34332
INVALID_PARAMETER_FRIEND_APPLICATION_TYPE
Invalid FriendApplicationType parameter.
34333
INVALID_PARAMETER_FRIEND_APPLICATION_STATUS
Invalid FriendApplicationStatus parameter.
34334
INVALID_PARAMETER_FRIEND_ADD_PERMISSION
Invalid FriendAddPermission parameter.
34335
INVALID_PARAMETER_FRIEND_INFO_EXT_FIELDS
Invalid extProfile parameter.
35001
GROUP_SYNC_ERROR
(Deprecated) Group info abnormal.
35002
GROUP_MATCH_ERROR
(Deprecated) Matched group info abnormal.
35004
NOT_SUPPORT
Method not supported.
35005
MAIN_PROCESS_ERROR
Main process method error.
35007
CAN_NOT_RECONNECT
(Deprecated) Already connected or in the process of internal reconnection. Reconnection is not allowed until the disconnect method is called.
35008
SERVER_UNAVAILABLE
No available IM server address.
35009
HOSTNAME_ERROR
(Deprecated) Connecting domain not within the secure domain range after setting a secure domain on the web.
35010
HAS_OHTER_SAME_CLIENT_ON_LINE
(Deprecated) A client of the same type is already online. Connection prohibited.
35011
METHOD_NOT_AVAILABLE
Ultra group-related functions unavailable until the full list of ultra group conversations is retrieved after initial IM connection.
35014
METHOD_ONLY_SUPPORT_ULTRA_GROUP
This feature is only supported for ultra groups.
35015
DRAFT_SAVE_ERROR
Failed to save draft.
35016
DRAFT_REMOVE_ERROR
Failed to delete draft.
35020
CONVER_REMOVE_ERROR
Failed to delete conversation.
35021
CONVER_GET_ERROR
Failed to get conversation.
35022
SEARCH_PROPS_LIMIT_ERROR
Invalid search field for message.
35024
INVALID_PARAMETER_MESSAGE_TYPE
Invalid message type.
35025
INVALID_PARAMETER_ORDER
Invalid order parameter.
35028
INVALID_PARAMETER_DRAFT
Invalid draft parameter.
35029
INVALID_PARAMETER_MESSAGE
Invalid message parameter. Message must be an object or a subclass of BaseMessage.
35030
INVALID_PARAMETER_PUSH_CONTENT
Invalid pushContent parameter.
35031
INVALID_PARAMETER_SENDOPTIONS
Invalid sendOptions parameter.
35032
INVALID_PARAMETER_CONTENT_DISPOSITION
Invalid contentDisposition parameter.
35033
INVALID_PARAMETER_SAVE_NAME
Invalid saveName parameter.
35034
INVALID_PARAMETER_SERVER_TYPE
Invalid serverType parameter.
35035
INVALID_PARAMETER_CLEAN_SPACE
Invalid cleanSpace parameter.
35036
INVALID_PARAMETER_CAN_INCLUDE_EXPANSION
Invalid canIncludeExpansion parameter.
35037
INVALID_PARAMETER_DISABLE_NOTIFICATION
Invalid disableNotification parameter.
35038
INVALID_PARAMETER_CHECK_DUPLICATE
Invalid checkDuplicate parameter.
35039
INVALID_PARAMETER_IS_AUTO_DELETE
Invalid isAutoDelete parameter.
35040
INVALID_PARAMETER_IS_SEND_NOTIFICATION
Invalid isSendNotification parameter.
35041
INVALID_PARAMETER_IS_FORCE
Invalid isForce parameter.
35042
INVALID_PARAMETER_IS_TOP
The isTop passed by the developer is invalid.
35043
INVALID_PARAMETER_IS_UPDATE_TIME
The isUpdateTime passed by the developer is invalid.
35044
INVALID_PARAMETER_CONTAIN_MUTED
The containMuted passed by the developer is invalid.
35045
INVALID_PARAMETER_IS_STATUS_MESSAGE
The isStatusMessage passed by the developer is invalid.
35046
INVALID_PARAMETER_IS_MENTIONED
The isMentioned passed by the developer is invalid.
35047
INVALID_PARAMETER_IS_VOIP_PUSH
The isVoipPush passed by the developer is invalid.
35048
INVALID_PARAMETER_MENTIONED_TYPE
The mentionedType passed by the developer is invalid.
35049
INVALID_PARAMETER_PUSH_CONFIG
The pushConfig passed by the developer is invalid.
35050
INVALID_PARAMETER_PUSH_DATA
The pushData passed by the developer is invalid.
36001
CHATROOM_ID_ISNULL
【Deprecated】The chatroom ID is empty when joining.
36002
CHARTOOM_JOIN_ERROR
【Deprecated】Failed to join the chatroom.
36003
CHATROOM_HISMESSAGE_ERROR
【Deprecated】Failed to retrieve chatroom history messages.
36004
CHATROOM_KV_NOT_FOUND
【Deprecated】Chatroom KV not found.
37001
BLACK_ADD_ERROR
【Deprecated】Exception when adding to the blacklist.
37002
BLACK_GETSTATUS_ERROR
【Deprecated】Exception when retrieving the status of a specified person in the blacklist.
37003
BLACK_REMOVE_ERROR
【Deprecated】Exception when removing from the blacklist.
38001
DRAF_GET_ERROR
【Deprecated】Failed to retrieve the draft.
41002
QNTKN_GET_ERROR
【Deprecated】Failed to retrieve the Qiniu token.