提交 ae19f450 编写于 作者: Y Yangys

Update ErrorCode

Signed-off-by: NYangys <yangyousheng@huawei.com>
上级 df8a2b94
# Default ignored files
/shelf/
/workspace.xml
# Datasource local storage ignored files
/dataSources/
/dataSources.local.xml
# Editor-based HTTP Client requests
/httpRequests/
<?xml version="1.0" encoding="UTF-8"?>
<module type="CPP_MODULE" version="4">
<component name="NewModuleRootManager">
<content url="file://$MODULE_DIR$" />
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
</module>
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectModuleManager">
<modules>
<module fileurl="file://$PROJECT_DIR$/.idea/docs.iml" filepath="$PROJECT_DIR$/.idea/docs.iml" />
</modules>
</component>
</project>
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="VcsDirectoryMappings">
<mapping directory="$PROJECT_DIR$" vcs="Git" />
</component>
</project>
\ No newline at end of file
......@@ -115,7 +115,8 @@ request\(url: string, callback: AsyncCallback\<HttpResponse\>\):void
| 2300999 | Unknown Other Error. |
>**错误码说明:**
>HTTP 错误码映射关系:2300000 + curl错误码。更多常用错误码,可参考:[curl错误码](https://curl.se/libcurl/c/libcurl-errors.html)。
> 以上错误码的详细介绍参见[HTTP错误码](../errorcodes/errorcode-http.md)。
> HTTP 错误码映射关系:2300000 + curl错误码。更多常用错误码,可参考:[curl错误码](https://curl.se/libcurl/c/libcurl-errors.html)
**示例:**
......@@ -186,7 +187,8 @@ request\(url: string, options: HttpRequestOptions, callback: AsyncCallback<HttpR
| 2300999 | Unknown Other Error. |
>**错误码说明:**
>HTTP 错误码映射关系:2300000 + curl错误码。更多常用错误码,可参考:[curl错误码](https://curl.se/libcurl/c/libcurl-errors.html)。
> 以上错误码的详细介绍参见[HTTP错误码](../errorcodes/errorcode-http.md)。
> HTTP 错误码映射关系:2300000 + curl错误码。更多常用错误码,可参考:[curl错误码](https://curl.se/libcurl/c/libcurl-errors.html)
**示例:**
......@@ -272,7 +274,8 @@ request\(url: string, options? : HttpRequestOptions\): Promise<HttpResponse\>
| 2300999 | Unknown Other Error. |
>**错误码说明:**
>HTTP 错误码映射关系:2300000 + curl错误码。更多常用错误码,可参考:[curl错误码](https://curl.se/libcurl/c/libcurl-errors.html)。
> 以上错误码的详细介绍参见[HTTP错误码](../errorcodes/errorcode-http.md)。
> HTTP 错误码映射关系:2300000 + curl错误码。更多常用错误码,可参考:[curl错误码](https://curl.se/libcurl/c/libcurl-errors.html)
**示例:**
......
......@@ -668,8 +668,11 @@ Socket的连接信息。
| size | number | 是 | 服务器响应信息的字节长度。 |
## UDP 错误码说明
UDP 错误码映射形式为:2301000 + 内核错误码。
错误码的详细介绍参见[Socket错误码](../errorcodes/errorcode-socket.md)
## socket.constructTCPSocketInstance
constructTCPSocketInstance\(\): TCPSocket
......@@ -1457,8 +1460,11 @@ TCPSocket连接的其他属性。
| socketTimeout | number | 否 | 套接字超时时间,单位毫秒(ms)。 |
## TCP 错误码说明
TCP 错误码映射形式为:2301000 + 内核错误码。
错误码的详细介绍参见[Socket错误码](../errorcodes/errorcode-socket.md)
## socket.constructTLSSocketInstance<sup>9+</sup>
constructTLSSocketInstance(): TLSSocket
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册