Employee Identity (EIAM)
Error Codes
Interface
# Common Errors
| Error Code (error_code) | Error Description (error_msg) | HTTP Status Code |
|---|---|---|
| SDK.COMMON.1001 | Parameter {0} cannot be left blank | 400 |
| Parameter {0} cannot be left blank | ||
| SDK.COMMON.1002 | The {0} parameter format is incorrect | 400 |
| Parameter {0} format is incorrect | ||
| SDK.COMMON.1003 | Device information is incomplete | 400 |
| Device information is incomplete | ||
| SDK.COMMON.1004 | Signature decryption error | 400 |
| Signature decryption error | ||
| SDK.COMMON.1005 | The {0} has failed | 400 |
| {0} has expired | ||
| SDK.COMMON.1006 | The {0} parameter error | 400 |
| {0} parameter error | ||
| SDK.COMMON.1007 | The {0} parameter type error | 400 |
| {0} parameter type error | ||
| SDK.COMMON.1008 | The system is busy. Try again later | 500 |
| The system is busy. Try again later | ||
| SDK.COMMON.1009 | Unknown authentication configuration | 400 |
| Unknown authentication configuration | ||
| SDK.COMMON.1010 | Failed to obtain the enterprise center global configuration | 400 |
| Failed to obtain the enterprise center global configuration | ||
| SDK.COMMON.1011 | Failed to obtain the international area code configuration | 400 |
| Failed to obtain the international area code configuration | ||
| SDK.COMMON.1012 | The x-client-ID is incorrect and the corresponding application cannot be found | 400 |
| X-client-id is incorrect, cannot find the corresponding application | ||
| SDK.COMMON.1013 | The corresponding user is not found | 400 |
| Corresponding user not found | ||
| SDK.COMMON.1014 | Application private key not found | 400 |
| Application private key not found |
# Login Interface Error Codes
| Error Code (error_code) | Error Description (error_msg) | HTTP Status Code |
|---|---|---|
| SDK.LOGIN.1001 | Error calling interface {0} | 400 |
| Error calling interface {0} | ||
| SDK.LOGIN.1002 | User not bound | 400 |
| User not bound | ||
| SDK.LOGIN.1003 | The user has been locked due to too many unsuccessful login attempts. It will be unlocked in {0} minutes and {1} seconds | 400 |
| The user has been locked due to too many unsuccessful login attempts. It will be unlocked in {0} minutes and {1} seconds | ||
| SDK.LOGIN.1004 | Failed to obtain the password policy | 400 |
| Failed to obtain the password policy | ||
| SDK.LOGIN.1005 | Invalid username or password. Remaining login attempts | 400 |
| Invalid username or password. Remaining login attempts: {0} | ||
| SDK.LOGIN.1006 | Configuration error, unable to find WeChat authentication source | 400 |
| Configuration error, unable to find WeChat authentication source | ||
| SDK.LOGIN.1007 | Configuration error, unable to find Alipay authentication source | 400 |
| Configuration error, unable to find Alipay authentication source | ||
| SDK.LOGIN.1008 | The configuration is incorrect. The one-click login authentication source cannot be found | 400 |
| Configuration error, unable to find the one-click login authentication source |
# Verification Code Interface Error Codes
| Error Code (error_code) | Error Description (error_msg) | HTTP Status Code |
|---|---|---|
| SDK.SMS.1001 | {0} slide base map is not initialized successfully, please check the path | 400 |
| {0} slide base map is not initialized successfully, please check the path | ||
| SDK.SMS.1002 | {0} verification code coordinate resolution failed | 400 |
| {0} verification code coordinate resolution failed | ||
| SDK.SMS.1003 | {0} verification code coordinate verification fails | 400 |
| {0} verification code coordinate verification fails | ||
| SDK.SMS.1004 | The graphic verification code is incorrect | 400 |
| The graphic verification code verification is incorrect | ||
| SDK.SMS.1005 | SMS verification code verification is incorrect | 400 |
| SMS verification code verification is incorrect | ||
| SDK.SMS.1006 | The email verification code is incorrect | 400 |
| The email verification code verification is incorrect | ||
| SDK.SMS.1007 | Sending scenario does not exist | 400 |
| Sending scenario does not exist | ||
| SDK.SMS.1008 | Failed to send the verification code | 400 |
| Failed to send the verification code |
# Social Account Interface Error Codes
| Error Code (error_code) | Error Description (error_msg) | HTTP Status Code |
|---|---|---|
| SDK.SOCIAL.1001 | The social account is unbound incorrectly | 400 |
| Social account unbinding error | ||
| SDK.SOCIAL.1002 | The social account has been bound, please unbind it first | 400 |
| Social account is already bound, please unbind first |
# Password Management Interface Error Codes
| Error Code (error_code) | Error Description (error_msg) | HTTP Status Code |
|---|---|---|
| SDK.PWD.1001 | The password length is incorrect | 400 |
| Password length error | ||
| SDK.PWD.1002 | The password cannot be the username | 400 |
| Password cannot be the username | ||
| SDK.PWD.1003 | Your password complexity is low | 400 |
| Your password complexity is too low | ||
| SDK.PWD.1004 | The password is weak | 400 |
| Password is weak | ||
| SDK.PWD.1005 | The password is used before, cannot be used again | 400 |
| This password has been used before and cannot be used again | ||
| SDK.PWD.1006 | Password cannot username in reverse order | 400 |
| Password cannot be the username in reverse order | ||
| SDK.PWD.1007 | The number of repeated password characters exceeded the upper limit | 400 |
| Number of repeated password characters exceeds the limit | ||
| SDK.PWD.1008 | Password cannot contain :username, phone number, email prefix, name in PinYing | 400 |
| Password cannot contain: username, phone number, email prefix, name in Pinyin |
# Two-Factor Authentication Interface Error Codes {/examples/}
| Error Code (error_code) | Error Description (error_msg) | HTTP Status Code |
|---|---|---|
| SDK.MFA.1001 | The mobile doesn't match the user | 400 |
| Phone number does not match the user | ||
| SDK.MFA.1002 | The access control policy is incorrect | 400 |
| Access control policy configuration error | ||
| SDK.MFA.1003 | Access control authentication source type conversion error | 400 |
| Access control authentication source type conversion error |
# Interface Authentication Error Codes {/examples/}
| Error Code (error_code) | Error Description (error_msg) | HTTP Status Code |
|---|---|---|
| SDK.PARAM.0016 | IDtoken parsing error | 400 |
