设备管理 IOTDM(联通用户专用)-创建软件升级任务:错误码
错误码
Http状态码 |
错误码 |
错误描述 |
说明 |
---|---|---|---|
400 |
120015 |
Bad request error. |
请求错误。 处理建议:请检查请求参数的是否有误。 |
400 |
123016 |
The parameter is error, targetversion not match with device. |
参数不正确,目标版本与指定设备不匹配。 处理建议:请检查接口请求中deviceType、manufacturerName、model,与参数fileId指定的目标版本包信息是否一致。 |
400 |
123019 |
manufacturerName is null. |
厂商名称内容为空。 处理建议:请检查接口请求中的manufacturerName是否为空。 |
400 |
123020 |
deviceType is null |
设备类型内容为空。 处理建议:请检查接口请求中的deviceType是否为空。 |
400 |
123021 |
model is null. |
设备型号内容为空。 处理建议:请检查接口请求中的model是否为空。 |
400 |
123022 |
deviceGroups and devices cannot be null together |
deviceGroups和devices不能同时为空。 处理建议:deviceGroups与devices必须要选择一个进行赋值。 |
400 |
123023 |
deviceGroups and devices cannot be exist together |
deviceGroups和devices不能同时存在。 处理建议:deviceGroups与devices只能选择一个进行赋值。 |
400 |
123024 |
The number of deviceGroups or devices reached upper limit |
deviceGroups或devices内容数量达到上限。 处理建议:请检查deviceGroups或devices的内容,数量不能超过256个。 |
400 |
123025 |
executeType is error or can not to be null. |
executeType有误或不能为空。 处理建议:请检查接口请求中的executeType是否为空或者是否有误。 |
400 |
123026 |
startTime or endTime is null or error. |
startTime或endTime为空或有误。 处理建议:请检查接口请求中的startTime和endTime是否为空或者格式有误。 |
400 |
123028 |
retryTimes is null or beyond the limit. |
retryTimes为空或超出上限。 处理建议:请检查接口请求中的retryTimes是否为空,或者不能小于1或者大于5。 |
400 |
123032 |
startTime can not be later than the endTime. |
startTime的时间不能比endTime晚。 处理建议:请检查接口请求中的startTime是否晚于endTime。 |
400 |
123033 |
startTime can not be earlier than the now. |
startTime的时间不能比当前时间早。 处理建议:请检查接口请求中的startTime是否早于当前时间。 |
400 |
123034 |
endtime must be greater than 5 minutes. |
endtime要比startTime大5分钟。 处理建议:请检查接口请求中的startTime和endTime间隔时间必须大于5分钟。 |
403 |
1010009 |
app throttle exceed. |
应用调用接口过于频繁,超过流控值(默认值是100次/60s)。 处理建议:联系 物联网平台 维护人员调大流控阈值或者控制接口的调用频率。 |
403 |
1010005 |
Invalid access token or appId. |
错误的token信息。 处理建议:请检查接口请求中所携带的accessToken是否有误。 |
404 |
123002 |
Device or package file not found. |
设备或包不存在 处理建议:请检查接口请求中的fileId是否正确。 |