文档

API错误与原因映射

本文为您介绍API错误与原因映射。

Code

Message

描述

建议

isv.INVALID_PARAMETERS

partnerInfo can not be null

partnerInfo参数未定义

建议定义partnerInfo参数

outId over length than 255 bytes

outId长度大于255字节

建议修改outId,长度不大于255个字节

subsId must be numeric and length cannot be greater than 'Long.MAX_VALUE

subsId必须是数字,且长度不能大于Long.MAX_VALUE

建议设置subsId为数字,且长度小于Long.MAX_VALUE内容长度

secretNo must be numeric

secretNo必须是数字

建议设置secretNo为合法数字

partner code can not be blank

partner code不可以为空值

建议设置partner code参数值

subsId must be numeric

subsId必须是数字

建议设置subsId为合法数字

phoneNoX must be numeric

phoneNoX必须是数字

建议设置phoneNoX为合法数字

operateType can not be blank

operateType不可以为空值

建议设置operateType参数值

phoneNoA can not be blank for updateNoA

调用更新接口更新绑定关系中phoneNoA号码时,phoneNoA号码不能为空

建议设置phoneNoA参数值

phoneNoB can not be blank for updateNoB

调用更新接口更新绑定关系中phoneNoB 号码时,phoneNoB 号码不能为空

建议设置phoneNoB参数值

expireDate can not be blank for expireDate

expireDate不可以为空值

建议设置expireDate参数值

groupId can not be null

groupId参数未定义

建议定义参数groupId

ringConfig can not be null

ringConfig参数未定义

建议定义参数ringConfig

subsId type can not be null

subsId type参数未定义

建议定义参数subsId type

phoneNoX must be numeric

phoneNoX必须是数字

建议设置phoneNoX为数字

partner code can not be blank

partner code不能为空

建议设置partner code参数值

specId invalid

specId不合法

建议设置合法的specId

city can not be blank

city不能为空

建议设置city参数值

callId can not be blank

callId不能为空

建议设置callId参数值

partner code can not be blank

partner code不能为空

建议设置partner code参数值

blackNo can not be null

blackNo参数未定义

建议定义参数blackNo

type can not be null

type不能为空

建议设置type参数值

type format is incorrect

type格式不正确

修改type格式

trackNo can not be blank

trackNo不能为空

建议设置trackNo参数值

isv.MOBILE_NUMBER_ILLEGAL

phoneNoA must be numeric

phoneNoA必须是数字

phoneNoA设置为数字

phoneNoB must be numeric

phoneNoB必须是数字

phoneNoB设置为数字

secretNo must be numeric

secretNo必须是数字

secretNo设置为合法数字

isv.EXPIRE_DATE_ILLEGAL

expireDate can not be null

expireDate参数未定义

建议定义参数 expireDate

expireDate less than 1 minutes from now

expireDate与当前时间间距小于1分钟

expireDate设置的时间与当前时间,间距大于1分钟

expireDate can not be blank for expireDate

expireDate不可以为空值

建议设置expireDate参数值

  • 本页导读 (1)
文档反馈