Skip to main content

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 CodeDescription
0Connection successful
1Connecting
2User actively disconnected
3Network unavailable, SDK will automatically reconnect
4Socket unavailable, SDK will automatically reconnect
6Kicked by another device
9User banned
12Domain error

Business Error Codes