Error Code
| Error code | Description |
|---|---|
| -1 | Unknown error, undefined error type. |
| -2 | Unknown error, no action required. |
| 0 | Success. |
| 1 | Parameter not set. |
| 2 | User cancellation, try again. |
| 3 | Error in calling the hardware system, usually due to unsupported system function. |
| 4 | CURL error, check network connection. For third-party error codes, see MSDK CURL Error Code or Player Network SDK CURL Error Code. |
| 5 | Request completed with backend error, see MSDK Backend Error Code or Player Network Backend Error Code. |
| 6 | Request timed out, try again. |
| 7 | Method not supported, call other APIs. |
| 8 | Operating system error, try again. |
| 9 | Plugin not complied to the release package, check the corresponding plugin package (JAR package, AAR package, or framework). |
| 10 | Login state required, try again after logging in. For example, log in before getting the friend list |
| 11 | Parameter error, check related parameters. |
| 12 | Additional system permissions required, check respective channel descriptions for details. |
| 13 | Configuration error, check the SDK environment configurations. |
| 14 | Services not supported as user declined authorization, enable the function (such as push notification) in the device settings. |
| 15 | Corresponding third-party app required. |
| 16 | Third-party app outdated, upgrade and try again. |
| 17 | Plugin initialization failed, check the configurations. |
| 18 | Channel parameters are null. |
| 19 | Call method is disabled. Check the cloud console switch. |
| 20 | Real name authentication required. |
| 21 | Real name authentication failed. |
| 22 | Previous operation not yet completed. Try again later. |
| 23 | API expired. Update the plugin package. |
| 24 | CURL error, libcurl error. |
| 25 | Methods called too frequently. Frequency limit hit. Try again later. |
| 26 | Denied by the third-party app. |
| 31 | Fetching user data when the user is not logged in |
| 1000 | Unknown login error, check thirdCode and thirdMsg. |
| 1001 | No local login cache data. Call the Login API. |
| 1002 | Local cache expired. Call the Login API. |
| 1004 | Check the keyStore configuration (Android) and call the Login API. |
| 1005 | Log in to generate user data, call the Login API. |
| 1100 | Unknown friend module error. |
| 1200 | Unknown group module error. |
| 1300 | Unknown notice module error. |
| 1400 | Push notification received. |
| 1401 | Click push notification in the push bar. |
| 1402 | Display notification in the push bar. |
| 1403 | Duplicate OpenID linking. |
| 1500 | WebView error. |
| 1501 | System WebView component or third-party WebView component is removed or disabled. |
| 1600 | Incorrect password format for the custom account. |
| 1700 | Unknown game update module error. |
| 9999 | Third-party SDK error. |