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