当前第2页 返回上一页
XML 示例
1 2 3 4 5 6 7 | <?xml version= "1.0" encoding= "UTF-8" ?><!--结果的根结点-->
<Error>
<RequestId>540CFF28-407A-40B5-B6A5-74Bxxxxxxxxx</RequestId> <!--请求 ID-->
<HostId>ecs.aliyuncs.com</HostId> <!--服务节点-->
<Code>MissingParameter.CommandId</Code> <!--错误码-->
<Message>The input parameter “CommandId” that is mandatory for processing this request is not supplied.</Message> <!--错误信息-->
</Error>
|
JSON 示例
1 2 3 4 5 6 | {
"RequestId" : "540CFF28-407A-40B5-B6A5-74Bxxxxxxxxx" ,
"HostId" : "ecs.aliyuncs.com" ,
"Code" : "MissingParameter.CommandId" ,
"Message" : "The input parameter “CommandId” that is mandatory for processing this request is not supplied."
}
|
公共错误码




以上就是接口调用之后如何处理返回结果的详细内容,更多文章请关注木庄网络博客!
返回前面的内容
相关阅读 >>
Linux下执行php命令提示错误
Linux下修改ip地址的方法
非常简单的解决Linux下删除文件过多而受shell限制的问题方法
Linux可以看什么书?
Linux难学么
windows主机ping不通Linux虚拟机
Linux系统有哪些优缺点
Linux中关于pmap的命令实例分析
Linux shell中的curl和wget如何使用代理ip的方法教程
Linux如何查看内存使用情况
更多相关阅读请进入《Linux》频道 >>
转载请注明出处:木庄网络博客 » 接口调用之后如何处理返回结果