iOS SDK Error Codes
Last updated:2022-11-15
iOS SDK Error Codes
For inner error codes, see Carrier Error Codes.
Verification Error Codes
| code | Description | Notes |
|---|---|---|
| 1000 | verify consistent | Phone number verification consistent |
| 1001 | verify not consistent | Phone number verification inconsistent |
| 1002 | unknown result | Unknown result |
| 1003 | token expired | Token expired |
| 1004 | sdk verify has been closed | SDK-initiated verification is not enabled |
| 1005 | AppKey does not exist | Check whether the AppKey app was deleted on the portal |
| 1006 | frequency of verifying single number is beyond the maximum limit | Daily verification quota exceeded for this number |
| 1007 | beyond daily frequency limit | Daily verification quota exceeded for this AppKey |
| 1008 | AppKey illegal | Check the AppKey in app details on the portal |
| 1009 | No iOS app under current AppKey; JCore version too low | Check app details on the portal; update JCore to the latest version |
| 1010 | verify interval is less than the minimum limit | Verification interval for the same number is too short |
| 2000 | token request success | Token obtained successfully |
| 2001 | fetch token error | Failed to obtain token |
| 2002 | sdk init failed | SDK initialization failed |
| 2003 | netwrok not reachable | Network unavailable |
| 2004 | get uid failed | Jiguang service registration failed |
| 2005 | request timeout | Request timed out |
| 2006 | fetch config failed | Failed to fetch configuration |
| 2008 | Token requesting, please wait | Token request in progress |
| 2009 | verifying, please try again later | Verification in progress |
| 2014 | internal error while requesting token | Internal error while requesting token |
| 2015 | rsa encode failed | RSA encryption failed |
| 2016 | network type not supported | Current network does not support verification |
| 2017 | carrier config invalid | Invalid carrier configuration |
| 2018 | Local unsupported operator,operator sdk don't exist | Local carrier SDK does not exist |
| 3000 | get code sucess. | UUID obtained successfully |
| 3001 | SDK is not initial yet | SDK not initialized |
| 3002 | invalided phone number | Invalid phone number |
| 3003 | request frequent in Minimum Time Interval | Requests exceed minimum interval |
| 3004 | - | Request error; see msg for details |
| 4001 | - | Parameter error; check parameters such as phone number format |
| 4009 | - | RSA decryption failed |
| 4014 | appkey is blocked | Feature disabled |
| 4018 | - | Insufficient balance |
| 4031 | - | Not a verification user |
| 4032 | - | Unable to fetch user configuration |
| 4033 | Login feature is not available | One-click login not enabled |
| 6000 | loginToken request success | loginToken obtained successfully |
| 6001 | fetch loginToken failed | Failed to obtain loginToken |
| 6002 | login cancel | User canceled login |
| 6003 | UI load error | UI load error |
| 6004 | authorization requesting, please try again later | Login in progress |
| 6006 | prelogin scrip expired | Pre-login cache expired |
| 7000 | preLogin success | Pre-login succeeded |
| 7001 | preLogin failed | Pre-login failed |
| 7002 | preLogin requesting, please try again later | Pre-login in progress |
| 8000 | init success | Initialization succeeded |
| 8004 | init failed | Initialization failed |
| 8005 | init timeout | Initialization timed out |
Was this document helpful?