最近更新时间:2018-06-26 14:50:33
直播转码API调用成功时会返回Json格式的信息,Json中均包含ErrNum/ErrMsg参数,用以描述处理结果,如下:
ErrNum | 说明 | ErrMsg |
---|---|---|
0 | 成功 | success |
1 | 未知错误 | unknow issue |
1000 | 参数缺失 | lack of parameters |
1001 | 参数不合法 | parameter illeagal |
1002 | 无效的身份标识名称 | lack of parameters |
1003 | 无效的应用名称 | invalid app name |
1004 | 无效的流名称 | invalid stream name |
1005 | 无效的模板名称 | invalid preset name |
1006 | 无效的输出格式 | invalid output format |
1100 | 拒绝访问 | access denied |
1200 | 记录不存在 | record is empty |
1201 | 记录已经存在 | record already exist |
1202 | 插入记录错误 | add record fail |
1203 | 删除记录错误 | drop record fail |
1204 | 更新记录错误 | update record fail |
1300 | 任务失败 | task fail |
1301 | 任务不存在 | task nost exist |
纯净模式