com.baidu.sapi2
类 ErrorCode

java.lang.Object
  继承者 com.baidu.sapi2.ErrorCode

public class ErrorCode
extends Object

Sapi错误码统一定义文件

版本:
1.0
作者:
yuankai

字段摘要
static int AdminDBCommunicateError
          adminDB通信错误(系统错误)
static int AntiCheatCommunicateError
          反作弊模块通信错误(系统错误)
static int AntiifCommunicateError
          antiif通信错误(格式检查失败)(系统错误)
static int BdussIsEmpty
          bduss为空
static int BugetBreak
          产品线申请下发的短信条数超出预算
static int CannotDeterminPhoneOrUsername
           
static int CannotLogin
          无法登录(被强反作弊策略直接拒绝)
static int CannotUserUsername
          不能使用用户名登录(客户端自定义的错误)
static int Cer_idNotExist
          证书Cer_id不存在
static int CertOverTime
          证书失效
static int Cheat
          命中反作弊(同一手机校验请求频度过快)
static int DBGateCommunicationError
          DBGate通信错误(系统错误)
static int ErrorUnknown
          未知错误
static int FillUnameCannotBeUse
          不填不可用
static int FillUnameFormatError
          用户名格式不正确
static int FillUnameIsEmpty
          用户名为空
static int FillUnameIsExist
          用户名被占用
static int ForceOfflineFailed
          强制下线失败
static int GetCertFail
          获取证书失败
static int GettingCert
          正在获取证书
static int InterfaceTooOld
          接口版本太老,需要升级至新版接口
static int InvalidArg
          参数不合法
static int IpAuthorityError
          ip授权错误(目前未使用)
static int IpHasNoAuthority
          访问方IP未授权
static int LogaSucceed
          隐含登录成功
static int LoginFailOverLimit
          安全认证登陆失败次数超过上限
static int LoginInterfaceParamError
          登录接口参数错误
static int LoginProtectVerify
          需要登录保护验证
static int LoginSignatureError
          登录签名错误
static int LoginTooMuch
          登录次数过多
static int MultiLoginOverLimit
          多点登录超过上限
static int NeedActivateEmail
          请激活邮箱
static int NeedRequiredItems
          必填项填写不完整
static int Network_Failed
          网络超时或失败
static int NotInit
          组件未被init过
static int OtherParamError
          其他参数错误
static int PasswordExpired
          动态密码过期或者未下发
static int PasswordFormatError
          密码格式错误
static int PasswordNull
          密码输入为空
static int PasswordWrong
          密码错误
static int PhoneFormatErr
          手机号格式错误
static int PhoneNumBinded
          手机号已被绑定
static int PhoneNumNull
          手机号为空
static int PlsGetSmsVerifyCode
          请申请下发短信验证码
static int PlsInputVerifyCode
          请输入图片验证码,合并 登录 257 applyregcode 110023
static int PwdEmpty
          密码为空
static int PwdFormatError
          密码格式错误
static int QRCodeBdussInvalid
          用户登录状态异常
static int QRCodeInvalid
          二维码已过期
static int QRCodeNormalizeInvalid
          半帐号(未正常化)用户无法使用二维码登录
static int ReLoginFailed
          重新登录失败
static int SaveCertFail
          存储证书失败
static int SentSucceed
          成功发送请求
static int SessionCommunicateError
          session通信错误(请手动登陆)(系统错误)
static int SignatureError
          签名错误
static int SmsCheat
          命中反作弊(同一手机申请下发短信次数过多)
static int SmsCommunicateError
          sms通信错误(系统错误)
static int SMSFormatError
          快速注册 短信格式错误,请重新发送
static int SMSLoginTooMuch
          申请登录次数过多,请24小时后再试
static int SMSNotExisted
          sms不存在,短信未送达网关时,会出现此错误,客户端需要重试几次
static int SmsVerifyCodeExpired
          短信验证码已过期
static int SmsVerifyCodeNull
          短信验证码为空
static int SmsVerifyCodeWrong
          短信验证码输入错误
static int Succeed
          成功,合并 注册成功 110000 登录成功 0
static int TokenCheckFail
          安全token校验失败(ptoken错误)
static int TplAppidGroupNotFound
          未找到的tpl+appid组合
static int TplNotPermit
          TPL未授权或者TPL与产品线不匹配
static int TplOrAppidError
          tpl或appid错误
static int UserDoHaveName
          该用户已有用户名
static int UserIsNotOnline
          用户未在线
static int UsernameCannotUse
          用户名不可用
static int UsernameEmpty
          用户名为空
static int UsernameExist
          用户名已存在
static int UsernameFormatErrorLogin
          用户名格式错误 注册用户名格式错误 110002 登录用户名格式错误 1
static int UsernameFormatErrorRegist
          用户名格式错误 注册用户名格式错误 110002 登录用户名格式错误 1
static int UsernameNotExist
          用户名不存在
static int VerifyCodeInputErr
          验证码输入错误,合并 登录 6 applycode 110031
static int VerifyCodeNotMatch
          验证码不匹配,请重新输入验证码
static int VersionTooOld
          接口版本太老,需要升级至新版接口
static int WeakPwd
          密码是极弱密码
 
构造方法摘要
ErrorCode()
           
 
方法摘要
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

字段详细信息

Succeed

public static final int Succeed
成功,合并 注册成功 110000 登录成功 0

另请参见:
常量字段值

UsernameFormatErrorLogin

public static final int UsernameFormatErrorLogin
用户名格式错误 注册用户名格式错误 110002 登录用户名格式错误 1

另请参见:
常量字段值

UsernameFormatErrorRegist

public static final int UsernameFormatErrorRegist
用户名格式错误 注册用户名格式错误 110002 登录用户名格式错误 1

另请参见:
常量字段值

UsernameNotExist

public static final int UsernameNotExist
用户名不存在

另请参见:
常量字段值

PasswordExpired

public static final int PasswordExpired
动态密码过期或者未下发

另请参见:
常量字段值

PasswordWrong

public static final int PasswordWrong
密码错误

另请参见:
常量字段值

LoginTooMuch

public static final int LoginTooMuch
登录次数过多

另请参见:
常量字段值

VerifyCodeNotMatch

public static final int VerifyCodeNotMatch
验证码不匹配,请重新输入验证码

另请参见:
常量字段值

PasswordNull

public static final int PasswordNull
密码输入为空

另请参见:
常量字段值

CannotLogin

public static final int CannotLogin
无法登录(被强反作弊策略直接拒绝)

另请参见:
常量字段值

LoginProtectVerify

public static final int LoginProtectVerify
需要登录保护验证

另请参见:
常量字段值

MultiLoginOverLimit

public static final int MultiLoginOverLimit
多点登录超过上限

另请参见:
常量字段值

PasswordFormatError

public static final int PasswordFormatError
密码格式错误

另请参见:
常量字段值

NeedActivateEmail

public static final int NeedActivateEmail
请激活邮箱

另请参见:
常量字段值

PlsInputVerifyCode

public static final int PlsInputVerifyCode
请输入图片验证码,合并 登录 257 applyregcode 110023

另请参见:
常量字段值

UsernameExist

public static final int UsernameExist
用户名已存在

另请参见:
常量字段值

CannotDeterminPhoneOrUsername

public static final int CannotDeterminPhoneOrUsername
另请参见:
常量字段值

WeakPwd

public static final int WeakPwd
密码是极弱密码

另请参见:
常量字段值

PwdFormatError

public static final int PwdFormatError
密码格式错误

另请参见:
常量字段值

VerifyCodeInputErr

public static final int VerifyCodeInputErr
验证码输入错误,合并 登录 6 applycode 110031

另请参见:
常量字段值

Cheat

public static final int Cheat
命中反作弊(同一手机校验请求频度过快)

另请参见:
常量字段值

SmsVerifyCodeWrong

public static final int SmsVerifyCodeWrong
短信验证码输入错误

另请参见:
常量字段值

SmsVerifyCodeExpired

public static final int SmsVerifyCodeExpired
短信验证码已过期

另请参见:
常量字段值

UsernameEmpty

public static final int UsernameEmpty
用户名为空

另请参见:
常量字段值

UsernameCannotUse

public static final int UsernameCannotUse
用户名不可用

另请参见:
常量字段值

PwdEmpty

public static final int PwdEmpty
密码为空

另请参见:
常量字段值

BugetBreak

public static final int BugetBreak
产品线申请下发的短信条数超出预算

另请参见:
常量字段值

SmsCheat

public static final int SmsCheat
命中反作弊(同一手机申请下发短信次数过多)

另请参见:
常量字段值

PhoneNumNull

public static final int PhoneNumNull
手机号为空

另请参见:
常量字段值

PhoneFormatErr

public static final int PhoneFormatErr
手机号格式错误

另请参见:
常量字段值

PhoneNumBinded

public static final int PhoneNumBinded
手机号已被绑定

另请参见:
常量字段值

SmsVerifyCodeNull

public static final int SmsVerifyCodeNull
短信验证码为空

另请参见:
常量字段值

PlsGetSmsVerifyCode

public static final int PlsGetSmsVerifyCode
请申请下发短信验证码

另请参见:
常量字段值

NeedRequiredItems

public static final int NeedRequiredItems
必填项填写不完整

另请参见:
常量字段值

SignatureError

public static final int SignatureError
签名错误

另请参见:
常量字段值

TplOrAppidError

public static final int TplOrAppidError
tpl或appid错误

另请参见:
常量字段值

IpAuthorityError

public static final int IpAuthorityError
ip授权错误(目前未使用)

另请参见:
常量字段值

InterfaceTooOld

public static final int InterfaceTooOld
接口版本太老,需要升级至新版接口

另请参见:
常量字段值

DBGateCommunicationError

public static final int DBGateCommunicationError
DBGate通信错误(系统错误)

另请参见:
常量字段值

AntiifCommunicateError

public static final int AntiifCommunicateError
antiif通信错误(格式检查失败)(系统错误)

另请参见:
常量字段值

AdminDBCommunicateError

public static final int AdminDBCommunicateError
adminDB通信错误(系统错误)

另请参见:
常量字段值

SessionCommunicateError

public static final int SessionCommunicateError
session通信错误(请手动登陆)(系统错误)

另请参见:
常量字段值

AntiCheatCommunicateError

public static final int AntiCheatCommunicateError
反作弊模块通信错误(系统错误)

另请参见:
常量字段值

SmsCommunicateError

public static final int SmsCommunicateError
sms通信错误(系统错误)

另请参见:
常量字段值

LogaSucceed

public static final int LogaSucceed
隐含登录成功

另请参见:
常量字段值

TplNotPermit

public static final int TplNotPermit
TPL未授权或者TPL与产品线不匹配

另请参见:
常量字段值

LoginFailOverLimit

public static final int LoginFailOverLimit
安全认证登陆失败次数超过上限

另请参见:
常量字段值

TokenCheckFail

public static final int TokenCheckFail
安全token校验失败(ptoken错误)

另请参见:
常量字段值

OtherParamError

public static final int OtherParamError
其他参数错误

另请参见:
常量字段值

VersionTooOld

public static final int VersionTooOld
接口版本太老,需要升级至新版接口

另请参见:
常量字段值

LoginInterfaceParamError

public static final int LoginInterfaceParamError
登录接口参数错误

另请参见:
常量字段值

LoginSignatureError

public static final int LoginSignatureError
登录签名错误

另请参见:
常量字段值

TplAppidGroupNotFound

public static final int TplAppidGroupNotFound
未找到的tpl+appid组合

另请参见:
常量字段值

IpHasNoAuthority

public static final int IpHasNoAuthority
访问方IP未授权

另请参见:
常量字段值

CertOverTime

public static final int CertOverTime
证书失效

另请参见:
常量字段值

Cer_idNotExist

public static final int Cer_idNotExist
证书Cer_id不存在

另请参见:
常量字段值

SentSucceed

public static final int SentSucceed
成功发送请求

另请参见:
常量字段值

NotInit

public static final int NotInit
组件未被init过

另请参见:
常量字段值

InvalidArg

public static final int InvalidArg
参数不合法

另请参见:
常量字段值

GettingCert

public static final int GettingCert
正在获取证书

另请参见:
常量字段值

GetCertFail

public static final int GetCertFail
获取证书失败

另请参见:
常量字段值

SaveCertFail

public static final int SaveCertFail
存储证书失败

另请参见:
常量字段值

Network_Failed

public static final int Network_Failed
网络超时或失败

另请参见:
常量字段值

ErrorUnknown

public static final int ErrorUnknown
未知错误

另请参见:
常量字段值

BdussIsEmpty

public static final int BdussIsEmpty
bduss为空

另请参见:
常量字段值

UserIsNotOnline

public static final int UserIsNotOnline
用户未在线

另请参见:
常量字段值

UserDoHaveName

public static final int UserDoHaveName
该用户已有用户名

另请参见:
常量字段值

FillUnameCannotBeUse

public static final int FillUnameCannotBeUse
不填不可用

另请参见:
常量字段值

ForceOfflineFailed

public static final int ForceOfflineFailed
强制下线失败

另请参见:
常量字段值

ReLoginFailed

public static final int ReLoginFailed
重新登录失败

另请参见:
常量字段值

FillUnameIsEmpty

public static final int FillUnameIsEmpty
用户名为空

另请参见:
常量字段值

FillUnameFormatError

public static final int FillUnameFormatError
用户名格式不正确

另请参见:
常量字段值

FillUnameIsExist

public static final int FillUnameIsExist
用户名被占用

另请参见:
常量字段值

SMSFormatError

public static final int SMSFormatError
快速注册 短信格式错误,请重新发送

另请参见:
常量字段值

SMSNotExisted

public static final int SMSNotExisted
sms不存在,短信未送达网关时,会出现此错误,客户端需要重试几次

另请参见:
常量字段值

SMSLoginTooMuch

public static final int SMSLoginTooMuch
申请登录次数过多,请24小时后再试

另请参见:
常量字段值

QRCodeInvalid

public static final int QRCodeInvalid
二维码已过期

另请参见:
常量字段值

QRCodeBdussInvalid

public static final int QRCodeBdussInvalid
用户登录状态异常

另请参见:
常量字段值

QRCodeNormalizeInvalid

public static final int QRCodeNormalizeInvalid
半帐号(未正常化)用户无法使用二维码登录

另请参见:
常量字段值

CannotUserUsername

public static final int CannotUserUsername
不能使用用户名登录(客户端自定义的错误)

另请参见:
常量字段值
构造方法详细信息

ErrorCode

public ErrorCode()


Copyright © 2013. All Rights Reserved.