Skip to main content

Error code

Error CodeDescription
-1Unknown error, type not defined.
-2Unknown error, no action required
0Success.
1No value assigned to parameter.
2User canceled, suggest to retry.
3Hardware system call error, often due to unsupported system functionality.
4Network library exception; please check your network connection. For third-party error codes, refer to MSDK or Player Network SDK.
5Request completed, but received an error from backend. See MSDK or Player Network SDK.
6Request timed out. Please try again later.
7Method not implemented or unsupported; please use another available API.
8Operating system call failed; please try again later.
9The invoked plugin was not compiled into the release package; check the corresponding plugin package (JAR, AAR, or framework).
10Login is required before calling this API. The current operation requires a valid login session
For example: you must log in before retrieving the friend list.
11Invalid input parameters. Please check the context parameters.
12System permissions are required. Add the necessary permissions as instructed by each platform.
13Proper configuration is required. Check the SDK configuration environment.
14Service not supported. For example, if the user has denied authorization, enable the permission in the device settings (such as push notifications).
15The corresponding third-party app must be installed.
16The third-party app version is too old and needs to be updated.
17Plugin initialization failed. Check whether the configuration is correct.
18Channel input parameters are empty.
19Method call disabled. Check the cloud control switch.
20Real-name authentication required.
21Real-name authentication failed.
22The previous operation is not yet complete. Please try again later.
23The API has expired. Please update the plugin package.
24Network library exception; libcurl encountered an error.
25Calls are too frequent and have reached the rate limit. Please try again later.
26Third-party app operation was cancelled.
31User is not logged in when fetching cached data.
1000Unknown login error. Refer to thirdCode and thirdMsg.
1001No local cached login data available, call the Login API.
1002Local cache exists but has expired, call the Login API.
1004Check keyStore configuration (Android), call the Login API.
1005User data must be generated by logging in first, call the Login API.
1100Unknown announcement module error.
1200Unknown guild module error.
1300Unknown group module error.
1400Push message received.
1401Click on the received message in the notification bar.
1402Displayed in the notification bar after receiving a notification.
1403Duplicate OpenID linking
1500WebView error.
1501System WebView component and third-party WebView component has been removed or disabled.
1600Custom account. Incorrect password format.
1700Unknown game update module error.
9999Third-party SDK error.