Skip to main content

Error Code

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