diff --git a/zh-cn/application-dev/reference/apis/js-apis-http.md b/zh-cn/application-dev/reference/apis/js-apis-http.md index 24a35d3ed0a86b66b92f3f1621f5675075d4e451..07bf05fe19ae96577c5b59f9ef73099c8ef5abf9 100644 --- a/zh-cn/application-dev/reference/apis/js-apis-http.md +++ b/zh-cn/application-dev/reference/apis/js-apis-http.md @@ -116,7 +116,7 @@ request\(url: string, callback: AsyncCallback\\):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**错误码说明:** -> 以上错误码的详细介绍参见[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 | 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) **示例:** diff --git a/zh-cn/application-dev/reference/apis/js-apis-socket.md b/zh-cn/application-dev/reference/apis/js-apis-socket.md index aacfb4068f5678eb2789d272773b557a04c24d49..944301f6c5509de4702c4535529b73987f310208 100644 --- a/zh-cn/application-dev/reference/apis/js-apis-socket.md +++ b/zh-cn/application-dev/reference/apis/js-apis-socket.md @@ -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) diff --git a/zh-cn/application-dev/reference/errorcodes/errorcode-net-http.md b/zh-cn/application-dev/reference/errorcodes/errorcode-net-http.md index 342513e155c9b0c8ed5a79176527671f372bcb9f..c2b4187289de4cf9454bdb46b6a7fd41c0e7f01a 100644 --- a/zh-cn/application-dev/reference/errorcodes/errorcode-net-http.md +++ b/zh-cn/application-dev/reference/errorcodes/errorcode-net-http.md @@ -66,11 +66,15 @@ Couldn't resolve host name. **可能原因** -传入的服务器的URL不正确。 +1.传入的服务器的URL不正确。 + +2.网络不通畅。 **处理步骤** -请检查入的服务器的URL是否合理。 +1.请检查输入的服务器的URL是否合理。 + +2.请检查网络连接情况 ## 2300007 无法连接到服务器