Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
Docs
提交
bf699e69
D
Docs
项目概览
OpenHarmony
/
Docs
1 年多 前同步成功
通知
159
Star
292
Fork
28
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
D
Docs
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
提交
bf699e69
编写于
2月 23, 2023
作者:
Y
Yangys
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
Http Docs BugFix
Signed-off-by:
N
Yangys
<
yangyousheng@huawei.com
>
上级
24088012
变更
3
隐藏空白更改
内联
并排
Showing
3 changed file
with
11 addition
and
7 deletion
+11
-7
zh-cn/application-dev/reference/apis/js-apis-http.md
zh-cn/application-dev/reference/apis/js-apis-http.md
+3
-3
zh-cn/application-dev/reference/apis/js-apis-socket.md
zh-cn/application-dev/reference/apis/js-apis-socket.md
+2
-2
zh-cn/application-dev/reference/errorcodes/errorcode-net-http.md
...pplication-dev/reference/errorcodes/errorcode-net-http.md
+6
-2
未找到文件。
zh-cn/application-dev/reference/apis/js-apis-http.md
浏览文件 @
bf699e69
...
...
@@ -116,7 +116,7 @@ request\(url: string, callback: AsyncCallback\<HttpResponse\>\):void
| 2300999 | Unknown Other Error. |
>**错误码说明:**
> 以上错误码的详细介绍参见[HTTP错误码](../errorcodes/errorcode-http.md)。
> 以上错误码的详细介绍参见[HTTP错误码](../errorcodes/errorcode-
net-
http.md)。
> HTTP 错误码映射关系:2300000 + curl错误码。更多常用错误码,可参考:[curl错误码](https://curl.se/libcurl/c/libcurl-errors.html)
**示例:**
...
...
@@ -189,7 +189,7 @@ request\(url: string, options: HttpRequestOptions, callback: AsyncCallback<HttpR
| 2300999 | Unknown Other Error. |
>**错误码说明:**
> 以上错误码的详细介绍参见[HTTP错误码](../errorcodes/errorcode-http.md)。
> 以上错误码的详细介绍参见[HTTP错误码](../errorcodes/errorcode-
net-
http.md)。
> HTTP 错误码映射关系:2300000 + curl错误码。更多常用错误码,可参考:[curl错误码](https://curl.se/libcurl/c/libcurl-errors.html)
**示例:**
...
...
@@ -277,7 +277,7 @@ request\(url: string, options? : HttpRequestOptions\): Promise<HttpResponse\>
| 2300999 | Unknown Other Error. |
>**错误码说明:**
> 以上错误码的详细介绍参见[HTTP错误码](../errorcodes/errorcode-http.md)。
> 以上错误码的详细介绍参见[HTTP错误码](../errorcodes/errorcode-
net-
http.md)。
> HTTP 错误码映射关系:2300000 + curl错误码。更多常用错误码,可参考:[curl错误码](https://curl.se/libcurl/c/libcurl-errors.html)
**示例:**
...
...
zh-cn/application-dev/reference/apis/js-apis-socket.md
浏览文件 @
bf699e69
...
...
@@ -714,7 +714,7 @@ Socket的连接信息。
## UDP 错误码说明
UDP 其余错误码映射形式为:2301000 + 内核错误码。
UDP 其余错误码映射形式为:2301000 +
Linux
内核错误码。
错误码的详细介绍参见
[
Socket错误码
](
../errorcodes/errorcode-net-socket.md
)
...
...
@@ -1592,7 +1592,7 @@ TCPSocket连接的其他属性。
## TCP 错误码说明
TCP 其余错误码映射形式为:2301000 + 内核错误码。
TCP 其余错误码映射形式为:2301000 +
Linux
内核错误码。
错误码的详细介绍参见
[
Socket错误码
](
../errorcodes/errorcode-net-socket.md
)
...
...
zh-cn/application-dev/reference/errorcodes/errorcode-net-http.md
浏览文件 @
bf699e69
...
...
@@ -66,11 +66,15 @@ Couldn't resolve host name.
**可能原因**
传入的服务器的URL不正确。
1.
传入的服务器的URL不正确。
2.
网络不通畅。
**处理步骤**
请检查入的服务器的URL是否合理。
1.
请检查输入的服务器的URL是否合理。
2.
请检查网络连接情况
## 2300007 无法连接到服务器
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录